mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
backend/wayland: don't request a state too early
An xdg_toplevel configure sequence ends with xdg_surface.configure. Wait for it before relaying the request to the guest compositor.
This commit is contained in:
parent
a62dfebf10
commit
94e7165e85
2 changed files with 24 additions and 9 deletions
|
|
@ -92,6 +92,9 @@ struct wlr_wl_output {
|
|||
|
||||
char *title;
|
||||
|
||||
// 0 if not requested
|
||||
int32_t requested_width, requested_height;
|
||||
|
||||
bool configured;
|
||||
uint32_t enter_serial;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue