Enlightenment CVS committal

Author  : rbdpngn
Project : misc
Module  : engage

Dir     : misc/engage/src


Modified Files:
        wm.c 


Log Message:
Ignore pagers.

===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/wm.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- wm.c        19 Apr 2004 06:12:38 -0000      1.5
+++ wm.c        22 Apr 2004 16:37:28 -0000      1.6
@@ -256,7 +256,8 @@
     cur++;
   }
 
-  if (ecore_x_window_prop_state_isset(win, ECORE_X_WINDOW_STATE_SKIP_TASKBAR))
+  if (ecore_x_window_prop_state_isset(win, ECORE_X_WINDOW_STATE_SKIP_TASKBAR) ||
+      ecore_x_window_prop_state_isset(win, ECORE_X_WINDOW_STATE_SKIP_PAGER))
     return true;
   return false;
 }




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to