mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
seat: simplify pointer grabs
This commit is contained in:
parent
5f264a7d6c
commit
a7ff2e1751
8 changed files with 102 additions and 132 deletions
|
|
@ -4,7 +4,8 @@
|
|||
#include <wayland-server-core.h>
|
||||
#include <wlr/types/wlr_seat.h>
|
||||
|
||||
extern const struct wlr_pointer_grab_interface default_pointer_grab_impl;
|
||||
extern const struct wlr_pointer_grab default_pointer_grab;
|
||||
|
||||
extern const struct wlr_keyboard_grab_interface default_keyboard_grab_impl;
|
||||
extern const struct wlr_touch_grab_interface default_touch_grab_impl;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue