mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
layer-shell: remove unused surface list
This was rendered useless in 5cde359.
This commit is contained in:
parent
b61a98c417
commit
92c85858a9
2 changed files with 0 additions and 6 deletions
|
|
@ -29,7 +29,6 @@
|
|||
*/
|
||||
struct wlr_layer_shell_v1 {
|
||||
struct wl_global *global;
|
||||
struct wl_list surfaces; // wl_layer_surface
|
||||
|
||||
struct wl_listener display_destroy;
|
||||
|
||||
|
|
@ -63,7 +62,6 @@ struct wlr_layer_surface_v1_configure {
|
|||
};
|
||||
|
||||
struct wlr_layer_surface_v1 {
|
||||
struct wl_list link; // wlr_layer_shell_v1::surfaces
|
||||
struct wlr_surface *surface;
|
||||
struct wlr_output *output;
|
||||
struct wl_resource *resource;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue