Index: unx/source/app/wmadaptor.cxx =================================================================== RCS file: /cvs/gsl/vcl/unx/source/app/wmadaptor.cxx,v retrieving revision 1.42.46.2 diff -u -r1.42.46.2 wmadaptor.cxx --- unx/source/app/wmadaptor.cxx 17 Sep 2003 08:35:45 -0000 1.42.46.2 +++ unx/source/app/wmadaptor.cxx 5 Oct 2003 01:05:54 -0000 @@ -395,6 +395,12 @@ XFree( pProperty ); } } + +#ifdef MACOSX + /* Apple's X11 needs NW gravity with OOo 1.1 */ + m_nWinGravity = NorthWestGravity; + m_nInitWinGravity = NorthWestGravity; +#endif } /*