Merge branch 'wayland-defer-init' into 'master'

wayland/backend: Defer output initialization until configure

See merge request wlroots/wlroots!4315
This commit is contained in:
Alexander Orzechowski 2024-01-24 21:33:06 +00:00
commit d41a066d1c
2 changed files with 78 additions and 38 deletions

View file

@ -93,6 +93,10 @@ struct wlr_wl_output {
bool configured;
uint32_t enter_serial;
bool toplevel_configured;
int32_t toplevel_configure_width;
int32_t toplevel_configure_height;
struct {
struct wlr_wl_pointer *pointer;
struct wl_surface *surface;