diff options
author | Simon Ser <contact@emersion.fr> | 2023-12-08 12:34:18 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-12-25 11:47:15 +0100 |
commit | 69d9a4e2cbd5fae3dcb7b30530092e03465dc67b (patch) | |
tree | ba4f51edd9b5db213c5ceb8288c7a466afe08e9a /include/wlr | |
parent | 7e1ae5548c69e1cee02c6ae12e7939a155ecb64e (diff) |
xdg-shell: use wlr_surface_synced for wlr_xdg_surface
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_xdg_shell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_xdg_shell.h b/include/wlr/types/wlr_xdg_shell.h index 9df690f9..fbc771a7 100644 --- a/include/wlr/types/wlr_xdg_shell.h +++ b/include/wlr/types/wlr_xdg_shell.h @@ -281,6 +281,8 @@ struct wlr_xdg_surface { // private state + struct wlr_surface_synced synced; + struct wl_listener role_resource_destroy; }; |