From 7614cb0373f5439807c1ec6de6ae7e13711e61bb Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 10 Dec 2015 08:32:56 -0500 Subject: Add keyboard handling shims to registry --- include/client/registry.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/client/registry.h') 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; -- cgit v1.2.3-54-g00ecf