discomfitor pushed a commit to branch enlightenment-0.20.

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

commit 8ddc98d3a7865b66957bb0c74924b1eb1e0a942b
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Jan 20 16:23:02 2016 -0500

    add render updates for cursor clients if damages exist during set_cursor
    
    this indicates a cursor surface which has been committed but could not be
    rendered due to lack of shell interface and cursor hint
---
 src/bin/e_comp_wl_input.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_comp_wl_input.c b/src/bin/e_comp_wl_input.c
index b07ad76..e108973 100644
--- a/src/bin/e_comp_wl_input.c
+++ b/src/bin/e_comp_wl_input.c
@@ -62,6 +62,8 @@ _e_comp_wl_input_pointer_cb_cursor_set(struct wl_client 
*client, struct wl_resou
         ec->icccm.title = eina_stringshare_add("noshadow");
         evas_object_pass_events_set(ec->frame, 1);
         evas_object_show(ec->frame);
+        if (e_comp_object_damage_exists(ec->frame))
+          e_comp_object_render_update_add(ec->frame);
         ec->comp_data->mapped = 1;
         e_client_focus_stack_set(eina_list_remove(e_client_focus_stack_get(), 
ec));
         EC_CHANGED(ec);

-- 


Reply via email to