mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-18 06:47:31 -04:00
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:
commit
d41a066d1c
2 changed files with 78 additions and 38 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue