diff --git a/include/wx/mac/toplevel.h b/include/wx/mac/toplevel.h index 8d51f95e79..db3a4d8fb4 100644 --- a/include/wx/mac/toplevel.h +++ b/include/wx/mac/toplevel.h @@ -88,6 +88,7 @@ public: virtual bool Show( bool show = TRUE ); virtual void DoMoveWindow(int x, int y, int width, int height); void MacInvalidate( const WXRECTPTR rect, bool eraseBackground ) ; + short MacGetWindowBackgroundTheme() const { return m_macWindowBackgroundTheme ; } protected: // common part of all ctors void Init();