From 0fcc842291d9d714e9c210839ae72429c5c3eae4 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Mon, 6 Dec 2021 14:59:00 +0300 Subject: subsurface: don't add to parent list immediately --- include/wlr/types/wlr_surface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h index 4255a1f2..59168eaa 100644 --- a/include/wlr/types/wlr_surface.h +++ b/include/wlr/types/wlr_surface.h @@ -185,6 +185,7 @@ struct wlr_subsurface { bool synchronized; bool reordered; bool mapped; + bool added; struct wl_listener surface_destroy; struct wl_listener parent_destroy; -- cgit v1.2.3