scene: add support for output layers

This commit is contained in:
Simon Ser 2020-05-06 18:29:17 +02:00
parent 7e9ad9a67b
commit 606d6f990e
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 134 additions and 19 deletions

View file

@ -56,6 +56,8 @@ struct wlr_scene_surface {
struct wlr_scene_node node;
struct wlr_surface *surface;
struct wl_list surface_outputs; // wlr_scene_surface_output.link
struct wl_listener surface_destroy;
};