discomfitor pushed a commit to branch enlightenment-0.20.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=2e338e944cb131eaa2e663c2871264f0a2d433aa

commit 2e338e944cb131eaa2e663c2871264f0a2d433aa
Author: Chris Michael <cpmich...@osg.samsung.com>
Date:   Wed Mar 16 08:40:41 2016 -0400

    destroy seat resource when we get a release request
    
    Signed-off-by: Chris Michael <cpmich...@osg.samsung.com>
---
 src/bin/e_comp_wl_input.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_comp_wl_input.c b/src/bin/e_comp_wl_input.c
index fc7c642..3e1b009 100644
--- a/src/bin/e_comp_wl_input.c
+++ b/src/bin/e_comp_wl_input.c
@@ -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 =

-- 


Reply via email to