mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Add keyboard handling shims to registry
This commit is contained in:
parent
d2e9c68640
commit
7614cb0373
2 changed files with 39 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue