diff options
author | Simon Ser <contact@emersion.fr> | 2023-12-08 12:16:12 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-12-25 11:47:15 +0100 |
commit | 4b3553409abc9c52d5b6b2dd61ad0fed04283356 (patch) | |
tree | 10d125542371ceca50ce28cb869f24bcae2455f5 /include/wlr | |
parent | 9201431c291ccd26d0958e1a8ab9cb9c84763677 (diff) |
xdg-shell: use wlr_surface_synced for popups
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_xdg_shell.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_xdg_shell.h b/include/wlr/types/wlr_xdg_shell.h index 168d76d9..5c490455 100644 --- a/include/wlr/types/wlr_xdg_shell.h +++ b/include/wlr/types/wlr_xdg_shell.h @@ -110,6 +110,10 @@ struct wlr_xdg_popup { } events; struct wl_list grab_link; // wlr_xdg_popup_grab.popups + + // private state + + struct wlr_surface_synced synced; }; // each seat gets a popup grab |