Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ipc.c 


Log Message:
Some shape debug bits.

===================================================================
RCS file: /cvs/e/e16/e/src/ipc.c,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -3 -r1.273 -r1.274
--- ipc.c       12 Aug 2006 15:40:57 -0000      1.273
+++ ipc.c       12 Aug 2006 19:44:49 -0000      1.274
@@ -1219,14 +1219,15 @@
    lst = EobjListStackGet(&num);
 
    IpcPrintf
-      ("Num    window De T V Sh  Dsk S  F   L     pos       size    C R 
Name\n");
+      ("Num    Window De T V Shape  Dsk S  F   L     Pos       Size    C R 
Name\n");
    for (i = 0; i < num; i++)
      {
        eo = lst[i];
        IpcPrintf
-          (" %2d %#9lx %2d %d %d %2d  %3d %d  %d %3d %5d,%5d %4dx%4d %d %d 
%s\n",
+          (" %2d %#9lx %2d %d %d %2d/%2d  %3d %d  %d %3d %5d,%5d %4dx%4d %d %d 
%s\n",
            i, EobjGetXwin(eo), WinGetDepth(eo->win), eo->type, eo->shown,
-           eo->shaped, eo->desk->num, eo->sticky, eo->floating, eo->ilayer,
+           eo->shaped, EShapeCheck(eo->win), eo->desk->num,
+           eo->sticky, eo->floating, eo->ilayer,
            EobjGetX(eo), EobjGetY(eo), EobjGetW(eo), EobjGetH(eo),
 #if USE_COMPOSITE
            (eo->cmhook) ? 1 : 0, !eo->noredir



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to