diff options
author | Kirill Primak <vyivel@posteo.net> | 2021-12-06 14:59:00 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-12-09 18:26:56 +0000 |
commit | 0fcc842291d9d714e9c210839ae72429c5c3eae4 (patch) | |
tree | 97642cedc61822c08a5e912bd898da994972edbe /include/wlr | |
parent | 7964bdae760a5417fe18cd893f91bd85c7123173 (diff) |
subsurface: don't add to parent list immediately
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_surface.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |