Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_evas


Modified Files:
        ecore_evas_x.c 


Log Message:


just do RAW iconify work
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_x.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -3 -r1.72 -r1.73
--- ecore_evas_x.c      6 Jan 2006 18:46:30 -0000       1.72
+++ ecore_evas_x.c      6 Mar 2006 08:39:57 -0000       1.73
@@ -1451,8 +1451,8 @@
 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)
      {




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to