wayland: window: apply all configure changes after acking the event

This commit is contained in:
Daniel Eklöf 2020-01-03 13:54:44 +01:00
parent 765fe13aff
commit 46c434d3f1
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 25 additions and 22 deletions

View file

@ -98,6 +98,12 @@ struct wl_window {
struct wl_callback *frame_callback;
tll(const struct monitor *) on_outputs; /* Outputs we're mapped on */
struct {
bool is_activated;
int width;
int height;
} configure;
};
struct config;