untested keyboard support
This commit is contained in:
parent
cb09986053
commit
36ed559da1
2 changed files with 108 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue