backend/wayland: Request new configure size on xdg surface configure

This commit is contained in:
Alexander Orzechowski 2023-08-17 17:14:53 -04:00
parent 78a09573af
commit bd68e06c23
2 changed files with 21 additions and 10 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;