Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src Modified Files: ewl_window.c Log Message: - fix window moves. The ecore_x_window_move seems to call XMoveWindow, which since we're setting override-redirect in ecore_x only generates a ConfigureRequest and doest actually move the window. This seems to work instead... =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_window.c,v retrieving revision 1.94 retrieving revision 1.95 diff -u -3 -r1.94 -r1.95 --- ewl_window.c 24 Dec 2004 22:16:41 -0000 1.94 +++ ewl_window.c 21 Jan 2005 15:33:59 -0000 1.95 @@ -255,7 +255,7 @@ DRETURN(DLEVEL_STABLE); #ifdef HAVE_EVAS_ENGINE_SOFTWARE_X11_H if (strstr(win->render, "x11")) - ecore_x_window_move((Ecore_X_Window)win->window, x, y); + ecore_x_window_prop_xy_set((Ecore_X_Window)win->window, x, y); #endif DLEAVE_FUNCTION(DLEVEL_STABLE); ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs