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
This commit is contained in:
Carsten Haitzler 2021-12-28 18:38:52 +00:00
parent 45bd61df30
commit 0404e68632
1 changed files with 1 additions and 0 deletions

View File

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