minor wxMGL fixes -- controls sample is now OK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-10-28 23:25:35 +00:00
parent 0b7a8cd392
commit f41ed3c442
7 changed files with 27 additions and 6 deletions

View File

@@ -111,8 +111,8 @@ protected:
struct window_t *m_wnd;
// whether there should be wxEraseEvent before wxPaintEvent or not
// (see wxWindow::Refresh)
bool m_frozen;
bool m_refreshAfterThaw;
bool m_frozen:1;
bool m_refreshAfterThaw:1;
int m_eraseBackground;
// implement the base class pure virtuals