diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-12-10 08:32:56 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-12-10 08:32:56 -0500 |
| commit | 8be5da063f5389e6601a310905cdc421a28e1ce9 (patch) | |
| tree | b5b6a668f0ba7da5c1ca55213e95966bf29ad406 /include/client | |
| parent | cb951cf96872e2bdca113310d5eb5bcbf41e262c (diff) | |
Add keyboard handling shims to registry
Diffstat (limited to 'include/client')
| -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; |
