Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/e

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


Modified Files:
        e_mod_main.c 


Log Message:
BAD xcomp - borders on other desks are not visible - that was not the plan
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/pager/e_mod_main.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- e_mod_main.c        11 Jan 2005 09:35:02 -0000      1.13
+++ e_mod_main.c        11 Jan 2005 09:41:51 -0000      1.14
@@ -325,7 +325,7 @@
            {
               Evas_Coord winx, winy, winw, winh;
               border = (E_Border *) clients->data;
-              if (!border->visible)
+              if (border->iconic)
                 {
                    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