mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
seat: simplify keyboard grabs
This commit is contained in:
parent
a7ff2e1751
commit
65b97d6e8a
8 changed files with 70 additions and 99 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue