mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
seat: simplify touch grabs
This commit is contained in:
parent
65b97d6e8a
commit
4d9ea9919f
8 changed files with 92 additions and 118 deletions
|
|
@ -6,8 +6,7 @@
|
|||
|
||||
extern const struct wlr_pointer_grab default_pointer_grab;
|
||||
extern const struct wlr_keyboard_grab default_keyboard_grab;
|
||||
|
||||
extern const struct wlr_touch_grab_interface default_touch_grab_impl;
|
||||
extern const struct wlr_touch_grab default_touch_grab;
|
||||
|
||||
void seat_client_create_pointer(struct wlr_seat_client *seat_client,
|
||||
uint32_t version, uint32_t id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue