Move focus tracking surface destroy callbacks into core

This commit is contained in:
Kristian Høgsberg 2010-12-06 21:35:19 -05:00
parent a9e8961ea2
commit 02ef1c1aca
3 changed files with 40 additions and 32 deletions

View file

@ -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,