Incorporate XKBCommon into example

This commit is contained in:
Drew DeVault 2017-06-12 21:53:41 -04:00
parent c385a7f8af
commit 5dd96c0772
7 changed files with 81 additions and 11 deletions

View file

@ -50,8 +50,6 @@ void wlr_output_destroy(struct wlr_output *output);
void wlr_output_effective_resolution(struct wlr_output *output,
int *width, int *height);
// TODO: keymaps
struct wlr_keyboard_state;
struct wlr_keyboard_impl;
@ -61,7 +59,6 @@ struct wlr_keyboard {
struct {
struct wl_signal key;
struct wl_signal mods;
} events;
};