Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

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


Modified Files:
        e_mod_main.c 


Log Message:
Care about skip_pager state

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/pager/e_mod_main.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -3 -r1.93 -r1.94
--- e_mod_main.c        15 May 2005 23:31:32 -0000      1.93
+++ e_mod_main.c        7 Jun 2005 13:28:48 -0000       1.94
@@ -598,7 +598,7 @@
    E_App       *app;
    int          visible;
 
-   if (!border) return NULL;
+   if ((!border) || (border->client.netwm.state.skip_pager)) return NULL;
    pw = E_NEW(Pager_Win, 1);
    if (!pw) return NULL;
 




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to