X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/220f77b0d2ab5943eb7ab90c3072b828717ce66e..748a46846984b408135b2e1c1093db31f9296543:/include/wx/msw/window.h diff --git a/include/wx/msw/window.h b/include/wx/msw/window.h index 63fb987784..f26f55877f 100644 --- a/include/wx/msw/window.h +++ b/include/wx/msw/window.h @@ -474,6 +474,11 @@ protected: wxKeyEvent CreateKeyEvent(wxEventType evType, int id, WXLPARAM lParam = 0, WXWPARAM wParam = 0) const; + + // default OnEraseBackground() implementation, return true if we did erase + // the background, false otherwise + bool DoEraseBackground(wxDC& dc); + private: // common part of all ctors void Init(); @@ -494,7 +499,7 @@ private: unsigned int m_frozenness; // current defer window position operation handle (may be NULL) - HANDLE m_hDWP; + WXHANDLE m_hDWP; DECLARE_DYNAMIC_CLASS(wxWindowMSW)