Enlightenment CVS committal

Author  : rbdpngn
Project : misc
Module  : engage

Dir     : misc/engage/src


Modified Files:
        wm.c 


Log Message:
Backout the change for SKIP_PAGER, seems my pager is missing the SKIP_TASKBAR
property that it should have.

===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/wm.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- wm.c        22 Apr 2004 16:37:28 -0000      1.6
+++ wm.c        22 Apr 2004 17:56:15 -0000      1.7
@@ -256,8 +256,7 @@
     cur++;
   }
 
-  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))
+  if (ecore_x_window_prop_state_isset(win, ECORE_X_WINDOW_STATE_SKIP_TASKBAR))
     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