diff options
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_surface.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h index 69188cbb..6d8b1551 100644 --- a/include/wlr/types/wlr_surface.h +++ b/include/wlr/types/wlr_surface.h @@ -170,6 +170,7 @@ struct wlr_surface { */ struct wlr_subsurface_parent_state { int32_t x, y; + struct wl_list link; }; struct wlr_subsurface { @@ -186,9 +187,6 @@ struct wlr_subsurface { bool reordered; bool mapped; - struct wl_list parent_link; - struct wl_list parent_pending_link; - struct wl_listener surface_destroy; struct wl_listener parent_destroy; |