Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/pager


Modified Files:
        e_mod_main.c 


Log Message:
Make pager properly handle hidden/iconified windows

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/pager/e_mod_main.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- e_mod_main.c        11 Jan 2005 08:04:35 -0000      1.11
+++ e_mod_main.c        11 Jan 2005 08:13:36 -0000      1.12
@@ -318,7 +318,7 @@
            {
               Evas_Coord winx, winy, winw, winh;
               border = (E_Border *) clients->data;
-              if (border->iconic)
+              if (!border->visible)
                 {
                    clients = clients->next;
                    continue;




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to