discomfitor pushed a commit to branch master.

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

commit dddbe2a518d5f350d8d82b64d97b4c0a17c5efcc
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Aug 5 17:30:03 2015 -0400

    force mouse-up on wayland drag start
    
    allows mouse eventing to function as expected during drags and provides
    updating during the drag
---
 src/bin/e_comp_wl_data.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_wl_data.c b/src/bin/e_comp_wl_data.c
index 5d5e054..2c53bd6 100644
--- a/src/bin/e_comp_wl_data.c
+++ b/src/bin/e_comp_wl_data.c
@@ -349,6 +349,7 @@ _e_comp_wl_data_device_cb_drag_start(struct wl_client 
*client, struct wl_resourc
    if (e_comp->wl_comp_data->ptr.ec)
      e_comp_wl_data_device_send_enter(e_comp->wl_comp_data->ptr.ec);
    e_screensaver_inhibit_toggle(1);
+   e_comp_canvas_feed_mouse_up(0);
 }
 
 static void

-- 


Reply via email to