Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_hints.c 


Log Message:
Show windows on restart.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_hints.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- e_hints.c   29 Apr 2005 08:37:09 -0000      1.15
+++ e_hints.c   29 Apr 2005 11:08:04 -0000      1.16
@@ -278,8 +278,7 @@
      e_border_iconify(bd);
    /* If a window isn't iconic, and is one the current desk,
     * show it! */
-   else if ((bd->client.icccm.state == ECORE_X_WINDOW_STATE_HINT_NORMAL)
-           && (bd->desk == e_desk_current_get(bd->zone)))
+   else if (bd->desk == e_desk_current_get(bd->zone))
      e_border_show(bd);
 }
 




-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to