untested keyboard support

This commit is contained in:
IoIxD 2025-12-08 17:11:42 -07:00
commit 36ed559da1
2 changed files with 108 additions and 19 deletions

View file

@ -44,6 +44,8 @@ struct _MwLLWaylandTopLevel {
struct xdg_surface_listener xdg_surface_listener;
struct xkb_context* xkb_context;
struct xkb_keymap* xkb_keymap;
struct xkb_state* xkb_state;
MwBool compositor_created;
MwBool xdg_wm_base_created;