restored full redraw on repain behaviour by default, also some cleanup in the

windows classes registration code


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-04-01 13:36:55 +00:00
parent 24f932d22a
commit 03baf03186
4 changed files with 18 additions and 101 deletions

View File

@@ -63,10 +63,8 @@
// globals
// ----------------------------------------------------------------------------
extern const wxChar *wxFrameClassName;
#if wxUSE_MENUS_NATIVE
extern wxMenu *wxCurrentPopupMenu;
extern wxMenu *wxCurrentPopupMenu;
#endif // wxUSE_MENUS_NATIVE
// ----------------------------------------------------------------------------