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 committed by Mike Blumenkrantz
parent 695a3a8d17
commit 2e338e944c
1 changed files with 2 additions and 2 deletions

View File

@ -238,9 +238,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 =