From 93971bb6fc9e6bad85a7206f37391d94e7af9b11 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Mon, 4 May 2015 12:40:06 -0400 Subject: [PATCH] Fix T2385 : internal windows not showing resize cursor If we are going to set the internal elm windows to borderless and handle frames inside E, then we need to also unset any existing pointer objects which may be on the wayland Ecore_Evas. Signed-off-by: Chris Michael --- src/bin/e_win.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_win.c b/src/bin/e_win.c index d795adb57..9ec5194c5 100644 --- a/src/bin/e_win.c +++ b/src/bin/e_win.c @@ -80,6 +80,7 @@ _e_elm_win_trap_show(void *data, Evas_Object *o) if (!strncmp(ecore_evas_engine_name_get(ee), "wayland", 7)) { type = E_PIXMAP_TYPE_WL; + ecore_evas_object_cursor_set(ee, NULL, 0, 0, 0); ctx->pointer = e_comp->pointer; elm_win_borderless_set(o, 1); wl_win_id = win;