wayland: fix popup positioning when CSD is active. fix CSD stride
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
1a75d6cea1
commit
a4d095cabf
5 changed files with 28 additions and 13 deletions
|
|
@ -428,6 +428,8 @@ struct _MwLLWayland {
|
|||
|
||||
MwBool dispatching_resize;
|
||||
|
||||
MwBool is_toplevel_menu;
|
||||
|
||||
struct _MwLLWaylandShmBuffer framebuffer;
|
||||
struct _MwLLWaylandShmBuffer backbuffer;
|
||||
struct _MwLLWaylandShmBuffer cursor;
|
||||
|
|
|
|||
|
|
@ -119,6 +119,8 @@ struct _MwWidget {
|
|||
|
||||
int berserk;
|
||||
long last_tick;
|
||||
|
||||
MwBool is_menu;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue