mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-18 06:47:31 -04:00
backend/wayland: Request new configure size on xdg surface configure
This commit is contained in:
parent
78a09573af
commit
bd68e06c23
2 changed files with 21 additions and 10 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