fixed wxGTK fullscreen mode, broken by my previous change to gtk/toplevel.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-09-28 17:54:31 +00:00
parent 4c97e02448
commit 82f2d91978
4 changed files with 24 additions and 12 deletions

View File

@@ -85,7 +85,7 @@ 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;