]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/toplevel.h
fixes to the sizers behaviour necessary to make the log dialog work again
[wxWidgets.git] / include / wx / gtk / toplevel.h
index a3b842add32c6674f8b4992a2ce06393de683261..2cc960a242a5b94fb6f83ed248ae3e80a0013ea2 100644 (file)
@@ -92,8 +92,10 @@ public:
     long          m_fsSaveGdkFunc, m_fsSaveGdkDecor;
     long          m_fsSaveFlag;
     wxRect        m_fsSaveFrame;
-    
-    long          m_gdkFunc, m_gdkDecor; // m_windowStyle translated to GDK's terms
+
+    // m_windowStyle translated to GDK's terms
+    long          m_gdkFunc,
+                  m_gdkDecor;
 
 protected:
     // common part of all ctors