X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c7a653bec7c85eccce74ee1dcb060011f5b51cf..451f6363c9ce312d7fefc1fe6920b9c6b3f04229:/include/wx/univ/window.h diff --git a/include/wx/univ/window.h b/include/wx/univ/window.h index 13a54c9421..0190f10616 100644 --- a/include/wx/univ/window.h +++ b/include/wx/univ/window.h @@ -150,7 +150,6 @@ public: // return true if we should use the colours/fonts returned by the // corresponding GetXXX() methods instead of the default ones - bool UseBgCol() const { return m_hasBgCol; } bool UseFgCol() const { return m_hasFgCol; } bool UseFont() const { return m_hasFont; } @@ -255,8 +254,13 @@ protected: bool m_isCurrent:1; #ifdef __WXMSW__ + +#if wxABI_VERSION >= 20602 +public: +#endif // override MSWWindowProc() to process WM_NCHITTEST WXLRESULT MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam); + #endif // __WXMSW__ private: