Add keyboard handling shims to registry

This commit is contained in:
Drew DeVault 2015-12-10 08:32:56 -05:00
parent d2e9c68640
commit 7614cb0373
2 changed files with 39 additions and 0 deletions

View file

@ -16,6 +16,7 @@ struct registry {
struct wl_compositor *compositor;
struct wl_display *display;
struct wl_pointer *pointer;
struct wl_keyboard *keyboard;
struct wl_seat *seat;
struct wl_shell *shell;
struct wl_shm *shm;