force mouse-up on wayland drag start

allows mouse eventing to function as expected during drags and provides
updating during the drag
This commit is contained in:
Mike Blumenkrantz 2015-08-05 17:30:03 -04:00
parent f2f4b65ead
commit dddbe2a518
1 changed files with 1 additions and 0 deletions

View File

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