Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_x


Modified Files:
        ecore_x_netwm.c 


Log Message:
Hm

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_netwm.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- ecore_x_netwm.c     3 Jun 2005 12:11:27 -0000       1.24
+++ ecore_x_netwm.c     3 Jun 2005 19:25:13 -0000       1.25
@@ -1163,6 +1163,17 @@
 
    atoms = (Ecore_X_Atom *) data;
 
+   /*
+    * FIXME: Why does nautilus and gkrellm report NORMAL as the
+    * first atom, and not the last?
+   for (i = 0; i < num; ++i)
+     {
+       char *s;
+       s = XGetAtomName(_ecore_x_disp, atoms[i]);
+       printf("window type: %s\n", s);
+       XFree(s);
+     }
+   */
    for (i = 0; i < num; ++i)
      {
        type = _ecore_x_netwm_window_type_type_get(atoms[i]);




-------------------------------------------------------
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