From 0a66502b10ce9f206c50a654ff4513af8f6f85fb Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Fri, 19 Aug 2016 16:08:01 +0900 Subject: [PATCH] e_comp_wl_input: set overide to be true when the show_cursor is off Change-Id: Ib71fe20c2d7dea6025c8eea35527616366dc71e7 --- src/bin/e_comp_wl_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_wl_input.c b/src/bin/e_comp_wl_input.c index 0603ad18d1..170f9b7a9a 100644 --- a/src/bin/e_comp_wl_input.c +++ b/src/bin/e_comp_wl_input.c @@ -92,7 +92,7 @@ _e_comp_wl_input_pointer_cb_cursor_set(struct wl_client *client, struct wl_resou ec->y = y; ec->lock_focus_out = ec->layer_block = ec->visible = 1; - //ec->override = 1; + if (!e_config->show_cursor) ec->override = 1; ec->icccm.title = eina_stringshare_add("Cursor"); ec->icccm.window_role = eina_stringshare_add("wl_pointer-cursor"); evas_object_pass_events_set(ec->frame, 1); -- 2.34.1