wayland: prevent xdg_toplevel_configure from firing too often
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
fdf73ab9e7
commit
0788297ed3
2 changed files with 19 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue