mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-14 08:21:27 -04:00
wayland: window: apply all configure changes after acking the event
This commit is contained in:
parent
765fe13aff
commit
46c434d3f1
2 changed files with 25 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue