mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-03 08:00:50 +00:00
wayland: seperate MwLLPending and MwLLNextEvent
This commit is contained in:
@@ -42,6 +42,7 @@ struct _MwLLWaylandTopLevel {
|
||||
struct xdg_toplevel* xdg_top_level;
|
||||
struct xdg_toplevel_listener xdg_toplevel_listener;
|
||||
struct xdg_surface_listener xdg_surface_listener;
|
||||
struct xdg_positioner* xdg_positioner;
|
||||
|
||||
struct xkb_context* xkb_context;
|
||||
struct xkb_keymap* xkb_keymap;
|
||||
@@ -111,6 +112,8 @@ struct _MwLLWayland {
|
||||
struct wl_pointer* pointer;
|
||||
MwU32 pointer_serial;
|
||||
|
||||
MwBool events_pending;
|
||||
|
||||
MwU32 mod_state;
|
||||
|
||||
MwBool configured; /* Whether or not xdg_toplevel_configure has run once */
|
||||
|
||||
Reference in New Issue
Block a user