mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
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.
This commit is contained in:
parent
d368028bd5
commit
811ca199c4
6 changed files with 69 additions and 37 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue