seat: simplify keyboard grabs

This commit is contained in:
Kirill Primak 2023-01-16 22:34:12 +03:00
parent a7ff2e1751
commit 65b97d6e8a
8 changed files with 70 additions and 99 deletions

View file

@ -5,8 +5,8 @@
#include <wlr/types/wlr_seat.h>
extern const struct wlr_pointer_grab default_pointer_grab;
extern const struct wlr_keyboard_grab default_keyboard_grab;
extern const struct wlr_keyboard_grab_interface default_keyboard_grab_impl;
extern const struct wlr_touch_grab_interface default_touch_grab_impl;
void seat_client_create_pointer(struct wlr_seat_client *seat_client,