]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/window.cpp
use wxLogTrace, not wxLogDebug
[wxWidgets.git] / src / x11 / window.cpp
index 486f63816cfaea93f6b1aca3d596f2663ac92706..72833485e92756151600e69b868d5134a9fe6c25 100644 (file)
@@ -269,6 +269,7 @@ bool wxWindowX11::Show(bool show)
        msg.Printf("Mapping window of type %s", GetClassInfo()->GetClassName());
        wxLogDebug(msg);
         XMapWindow(xdisp, xwin);
+       XSync(xdisp, False);
     }
     else
     {