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