diff options
author | Simon Ser <contact@emersion.fr> | 2023-12-04 22:43:27 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-12-25 11:47:15 +0100 |
commit | 9201431c291ccd26d0958e1a8ab9cb9c84763677 (patch) | |
tree | 44c7ba8cdadab6b78fe5a53168e35be3e172909d /include/wlr | |
parent | 69d9a4e2cbd5fae3dcb7b30530092e03465dc67b (diff) |
xdg-shell: use wlr_surface_synced for toplevel
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 fbc771a7..168d76d9 100644 --- a/include/wlr/types/wlr_xdg_shell.h +++ b/include/wlr/types/wlr_xdg_shell.h @@ -208,6 +208,10 @@ struct wlr_xdg_toplevel { struct wl_signal set_title; struct wl_signal set_app_id; } events; + + // private state + + struct wlr_surface_synced synced; }; struct wlr_xdg_surface_configure { |