wayland: SEVERAL fixes
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
d14c17b86e
commit
1cb8fb6c53
3 changed files with 49 additions and 29 deletions
|
|
@ -178,7 +178,9 @@ struct _MwLLWayland {
|
|||
|
||||
MwBool configured; /* Whether or not xdg_toplevel_configure has run once */
|
||||
|
||||
MwU32 x, y, ww, wh; /* Window position */
|
||||
MwI32 x, y;
|
||||
MwI32 ox, oy;
|
||||
MwU32 ww, wh; /* Window position */
|
||||
MwPoint cur_mouse_pos; /* Currently known mouse position */
|
||||
|
||||
MwU32 mw, mh; /* Monitor width and height as advertised by wl_output.mode */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue