]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/toplevel.cpp
Updated Scintilla to version 1.58
[wxWidgets.git] / src / x11 / toplevel.cpp
index cc51c2100111ca1080d9201995f780b617df371b..7fcd2b9894ca1036389d8c1d971717e2845e1244 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "toplevel.h"
 #endif
 
@@ -139,7 +139,7 @@ bool wxTopLevelWindowX11::Create(wxWindow *parent,
         xattributes.override_redirect = True;
     }
     
-    if (HasFlag( wxNO_FULL_REPAINT_ON_RESIZE ))
+    if (!HasFlag( wxFULL_REPAINT_ON_RESIZE ))
     {
         xattributes_mask |= CWBitGravity;
         xattributes.bit_gravity = NorthWestGravity;