]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/toplevel.cpp
I changed something, but I forgot what.
[wxWidgets.git] / src / x11 / toplevel.cpp
index adb3b421786f465d716df5bfe3dda65658959ad7..7ac9f6937245fd418ed4798859de22e958e44fd1 100644 (file)
@@ -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;
@@ -669,7 +669,7 @@ struct MwmHints {
 #define PROP_MOTIF_WM_HINTS_ELEMENTS 5
 
 // Set the window manager decorations according to the
-// given wxWindows style
+// given wxWidgets style
 bool wxSetWMDecorations(Window w, long style)
 {
 #if wxUSE_NANOX