diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-10 08:32:56 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-10 08:32:56 -0500 |
commit | 7614cb0373f5439807c1ec6de6ae7e13711e61bb (patch) | |
tree | b5b6a668f0ba7da5c1ca55213e95966bf29ad406 /include/client/registry.h | |
parent | d2e9c6864005d716a2d66f5bff5b8bd87b180574 (diff) |
Add keyboard handling shims to registry
Diffstat (limited to 'include/client/registry.h')
-rw-r--r-- | include/client/registry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/client/registry.h b/include/client/registry.h index a6901990..5e47b18e 100644 --- a/include/client/registry.h +++ b/include/client/registry.h @@ -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; |