]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/toplevel.h
wxListBox mouse events now report coords relative
[wxWidgets.git] / include / wx / gtk1 / toplevel.h
index f6cf4037548efb4860022810354f32242d5800e3..c7bf590b523359374e01958efaab4a979903c6bb 100644 (file)
@@ -85,9 +85,11 @@ public:
     bool          m_insertInClientArea;  /* not from within OnCreateXXX */
 
     bool          m_fsIsShowing;         /* full screen */
-    long          m_fsSaveStyle;
+    long          m_fsSaveGdkFunc, m_fsSaveGdkDecor;
     long          m_fsSaveFlag;
     wxRect        m_fsSaveFrame;
+    
+    long          m_gdkFunc, m_gdkDecor; // m_windowStyle translated to GDK's terms
 
 protected:
     // common part of all ctors