Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

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


Modified Files:
        ecore_x_window_prop.c 


Log Message:


and move the window too for completeness

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_window_prop.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- ecore_x_window_prop.c       14 Jan 2004 23:08:58 -0000      1.23
+++ ecore_x_window_prop.c       20 Jan 2004 01:03:15 -0000      1.24
@@ -608,6 +608,7 @@
    hints.flags |= PPosition | USPosition;
    hints.x = x;
    hints.y = y;
+   XMoveWindow(_ecore_x_disp, win, x, y);
    XSetWMNormalHints(_ecore_x_disp, win, &hints);
 }
 




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to