just do RAW iconify work

SVN revision: 21045
This commit is contained in:
Carsten Haitzler 2006-03-06 08:39:57 +00:00
parent 6f83619d42
commit 269941260f
1 changed files with 2 additions and 2 deletions

View File

@ -1451,8 +1451,8 @@ _ecore_evas_x_focus_set(Ecore_Evas *ee, int on __UNUSED__)
static void
_ecore_evas_x_iconified_set(Ecore_Evas *ee, int on)
{
if (((ee->prop.iconified) && (on)) ||
((!ee->prop.iconified) && (!on))) return;
// if (((ee->prop.iconified) && (on)) ||
// ((!ee->prop.iconified) && (!on))) return;
ee->prop.iconified = on;
if (on)
{