diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2023-11-23 16:10:39 +0300 |
---|---|---|
committer | Isaac Freund <mail@isaacfreund.com> | 2024-02-06 13:48:00 +0000 |
commit | 811ca199c444525dc4d846d38f76554f1a9b48b0 (patch) | |
tree | e112771de2f19c88d19bd42947908159863b3c08 /include/wlr | |
parent | d368028bd5557810af954ef96bf0f4addd97f551 (diff) |
xdg-shell: drop automatic surface configuration
Compositors now are expected to wait for an initial commit by checking
wlr_xdg_surface.initial_commit on every surface commit and send
(schedule) configure events manually.
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_xdg_shell.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_xdg_shell.h b/include/wlr/types/wlr_xdg_shell.h index 5c490455..e5b75c57 100644 --- a/include/wlr/types/wlr_xdg_shell.h +++ b/include/wlr/types/wlr_xdg_shell.h @@ -95,7 +95,6 @@ struct wlr_xdg_popup { struct wl_list link; struct wl_resource *resource; - bool sent_initial_configure; struct wlr_surface *parent; struct wlr_seat *seat; |