Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        stacking.c 


Log Message:
Add some stacking debug info.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/stacking.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- stacking.c  1 Apr 2004 22:41:22 -0000       1.6
+++ stacking.c  4 Apr 2004 21:35:45 -0000       1.7
@@ -46,7 +46,8 @@
    for (i = 0; i < ewl->nwins; i++)
      {
        ewin = ewl->list[i];
-       printf(" %2d: %#lx %d %s\n", i, ewin->client.win, ewin->layer,
+       printf(" %2d: %#10lx %#10lx %d %d %s\n", i, ewin->win, ewin->client.win,
+              ewin->desktop, (ewin->floating) ? 999 : ewin->layer,
               EwinGetTitle(ewin));
      }
 }




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