mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-18 06:59:46 -05:00
Move basic grab handling to core libraries
This commit is contained in:
parent
0d8805ea18
commit
5753188e16
3 changed files with 81 additions and 69 deletions
|
|
@ -227,6 +227,17 @@ wl_input_device_set_keyboard_focus(struct wl_input_device *device,
|
|||
struct wl_surface *surface,
|
||||
uint32_t time);
|
||||
|
||||
void
|
||||
wl_input_device_end_grab(struct wl_input_device *device, uint32_t time);
|
||||
void
|
||||
wl_input_device_start_grab(struct wl_input_device *device,
|
||||
struct wl_grab *grab,
|
||||
uint32_t button, uint32_t time);
|
||||
int
|
||||
wl_input_device_update_grab(struct wl_input_device *device,
|
||||
struct wl_grab *grab,
|
||||
struct wl_surface *surface, uint32_t time);
|
||||
|
||||
int
|
||||
wl_compositor_init(struct wl_compositor *compositor,
|
||||
const struct wl_compositor_interface *interface,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue