Revert "ecore_evas: window does not go back to normal state if you set iconified to EINA_FALSE."

This reverts commit 9bfb730ff5.

wrong! on deiconify this will now FORCE a ACTIVATE request to the wm
(which asks the wm to focus the window/hilight it and make it active.
might switch desktops or whatever). this is wrong. de-icoifying a
windows does NOT mean ALSO activating it!. the log message also doesnt
say what "go back to normal state"... means.... do they expect/INSIST
windows MUSt be focused after de-iconification? that's wrong as it's a
window management FOCUS policy, not something to do in the lib.
This commit is contained in:
Carsten Haitzler 2013-10-15 10:45:37 +09:00
parent f93329d119
commit e309967384
1 changed files with 1 additions and 4 deletions

View File

@ -2738,10 +2738,7 @@ _ecore_evas_x_iconified_set(Ecore_Evas *ee, int on)
if (on)
ecore_x_icccm_iconic_request_send(ee->prop.window, edata->win_root);
else
{
ecore_evas_activate(ee);
ecore_evas_show(ee);
}
ecore_evas_show(ee);
}
static void