From 93f79378f7801d3d7fce0125bf0b43b89252e2b8 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Fri, 29 Sep 2017 08:40:37 -0400 Subject: subsurface stacking requests --- include/wlr/types/wlr_surface.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h index c9abf042..b6d5f79f 100644 --- a/include/wlr/types/wlr_surface.h +++ b/include/wlr/types/wlr_surface.h @@ -48,8 +48,10 @@ struct wlr_subsurface { bool has_cache; bool synchronized; + bool reordered; struct wl_list parent_link; + struct wl_list parent_pending_link; }; struct wlr_surface { @@ -76,6 +78,8 @@ struct wlr_surface { struct wlr_subsurface *subsurface; struct wl_list subsurface_list; // wlr_subsurface::parent_link + // wlr_subsurface::parent_pending_link + struct wl_list subsurface_pending_list; void *data; }; -- cgit v1.2.3