mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-09-22 07:09:08 +00:00
client: do not drop configure events based on current committed size
This commit is contained in:
@@ -376,9 +376,7 @@ client_set_size(Client *c, uint32_t width, uint32_t height)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if ((int32_t)width != c->surface.xdg->toplevel->current.width
|
wlr_xdg_toplevel_set_size(c->surface.xdg->toplevel, (int32_t)width, (int32_t)height);
|
||||||
|| (int32_t)height != c->surface.xdg->toplevel->current.height)
|
|
||||||
wlr_xdg_toplevel_set_size(c->surface.xdg->toplevel, (int32_t)width, (int32_t)height);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
|
|||||||
Reference in New Issue
Block a user