wayland: fix popup positioning when CSD is active. fix CSD stride
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoIxD 2026-07-13 14:00:32 -07:00
commit a4d095cabf
5 changed files with 28 additions and 13 deletions

View file

@ -428,6 +428,8 @@ struct _MwLLWayland {
MwBool dispatching_resize;
MwBool is_toplevel_menu;
struct _MwLLWaylandShmBuffer framebuffer;
struct _MwLLWaylandShmBuffer backbuffer;
struct _MwLLWaylandShmBuffer cursor;

View file

@ -119,6 +119,8 @@ struct _MwWidget {
int berserk;
long last_tick;
MwBool is_menu;
};
#endif