Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        x.c 


Log Message:
Fix breakage in EReparentWindow().

===================================================================
RCS file: /cvs/e/e16/e/src/x.c,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -3 -r1.130 -r1.131
--- x.c 2 May 2006 20:06:32 -0000       1.130
+++ x.c 3 May 2006 22:50:52 -0000       1.131
@@ -727,8 +727,8 @@
 #if 0
        Eprintf
           ("EReparentWindow: %p %#lx: %d %#lx->%#lx %d,%d %dx%d -> %d,%d\n",
-           xid, xid->win, xid->mapped, xid->parent, parent, xid->x, xid->y,
-           xid->w, xid->h, x, y);
+           xid, xid->win, xid->mapped, xid->parent, parent->win,
+           xid->x, xid->y, xid->w, xid->h, x, y);
 #endif
        if (Xwin(parent) == xid->parent)
          {
@@ -737,8 +737,8 @@
                  xid->x = x;
                  xid->y = y;
                  XMoveWindow(disp, Xwin(win), x, y);
-                 return;
               }
+            return;
          }
        else
          {




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