From 0404e68632514821bddf4c827680cd244db508d9 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 28 Dec 2021 18:38:52 +0000 Subject: windows - netxcloud app - fix constant show/hide cycles e is not ignoring the first unmap event on this reparent ... this fixes that and the nextcloud app stops making e sit and spin at full cpu and flickering tasks etc. @fix --- src/bin/e_comp_x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index 815a9f77bd..2c742c6167 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -3512,6 +3512,7 @@ _e_comp_x_hook_client_pre_frame_assign(void *d EINA_UNUSED, E_Client *ec) } if (!ec->internal) ecore_x_window_save_set_add(win); + ec->ignore_first_unmap++; ecore_x_window_reparent(win, pwin, 0, 0); e_pixmap_alias(ep, E_PIXMAP_TYPE_X, pwin); -- cgit v1.2.1