destroy seat resource when we get a release request

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
This commit is contained in:
Chris Michael 2016-03-16 08:40:41 -04:00
parent d08abd43fd
commit ccd867e6ff
1 changed files with 2 additions and 2 deletions

View File

@ -242,9 +242,9 @@ _e_comp_wl_input_cb_touch_get(struct wl_client *client EINA_UNUSED, struct wl_re
}
static void
_e_comp_wl_input_cb_release(struct wl_client *client EINA_UNUSED, struct wl_resource *resource EINA_UNUSED)
_e_comp_wl_input_cb_release(struct wl_client *client EINA_UNUSED, struct wl_resource *resource)
{
/* TODO: implement */
wl_resource_destroy(resource);
}
static const struct wl_seat_interface _e_seat_interface =