mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
scene: add support for output layers
This commit is contained in:
parent
7e9ad9a67b
commit
606d6f990e
2 changed files with 134 additions and 19 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue