mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-18 06:59:46 -05:00
Move focus tracking surface destroy callbacks into core
This commit is contained in:
parent
a9e8961ea2
commit
02ef1c1aca
3 changed files with 40 additions and 32 deletions
|
|
@ -194,6 +194,9 @@ wl_client_get_display(struct wl_client *client);
|
|||
void
|
||||
wl_resource_destroy(struct wl_resource *resource, struct wl_client *client);
|
||||
|
||||
void
|
||||
wl_input_device_init(struct wl_input_device *device);
|
||||
|
||||
void
|
||||
wl_input_device_set_pointer_focus(struct wl_input_device *device,
|
||||
struct wl_surface *surface,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue