From: Michal Jagiello Date: Mon, 14 Oct 2013 02:59:18 +0000 (+0900) Subject: ecore_evas: window does not go back to normal state if you set iconified to EINA_FALSE. X-Git-Tag: submit/devel/efl/20131029.075644~83 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9bfb730ff57da3d8789f80256abedcbc19e98bfe;p=platform%2Fupstream%2Fefl.git ecore_evas: window does not go back to normal state if you set iconified to EINA_FALSE. Reviewers: cedric, raster, Hermet Differential Revision: https://phab.enlightenment.org/D245 Signed-off-by: Cedric Bail --- diff --git a/src/modules/ecore_evas/engines/x/ecore_evas_x.c b/src/modules/ecore_evas/engines/x/ecore_evas_x.c index 627dd15..20538dd 100644 --- a/src/modules/ecore_evas/engines/x/ecore_evas_x.c +++ b/src/modules/ecore_evas/engines/x/ecore_evas_x.c @@ -2738,7 +2738,10 @@ _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_show(ee); + { + ecore_evas_activate(ee); + ecore_evas_show(ee); + } } static void