wayland: prevent xdg_toplevel_configure from firing too often
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoIxD 2026-04-19 21:12:39 -07:00
commit 0788297ed3
2 changed files with 19 additions and 12 deletions

View file

@ -502,9 +502,11 @@ struct _MwLLWayland {
MwU32 ww, wh; /* Window position */
MwPoint cur_mouse_pos; /* Currently known mouse position */
int resizing;
MwU32 mw, mh; /* Monitor width and height as advertised by wl_output.mode */
MwLL parent;
MwLL parent;
MwLL* children;
MwBool force_render;