X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc55104d9ab0b0b835644f17a152b4fbbfa8c7b9..cd560c961a09a8ae80b9c32856e195ed784cc547:/src/x11/toplevel.cpp diff --git a/src/x11/toplevel.cpp b/src/x11/toplevel.cpp index 645a179f70..d191faf6f1 100644 --- a/src/x11/toplevel.cpp +++ b/src/x11/toplevel.cpp @@ -163,7 +163,6 @@ bool wxTopLevelWindowX11::Create(wxWindow *parent, FocusChangeMask | ColormapChangeMask | StructureNotifyMask | - ConfigureNotify | PropertyChangeMask ); @@ -607,9 +606,10 @@ void wxTopLevelWindowX11::DoSetSize(int x, int y, int width, int height, int siz // wxLogDebug( "Setting pos: %d, %d", x, y ); wxWindowX11::DoSetSize(x, y, width, height, sizeFlags); +#if 0 wxPoint pt = GetPosition(); // wxLogDebug( "After, pos: %d, %d", pt.x, pt.y ); -#if 0 + XSync(wxGlobalDisplay(), False); int w, h; GetSize(& w, & h);