X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07880314d4176c6205c83efbf0ad0ea9ad56d789..9d529fa05c2bef6aa4ae9f08b39bb7c0a4fe5c59:/include/wx/mac/carbon/toplevel.h diff --git a/include/wx/mac/carbon/toplevel.h b/include/wx/mac/carbon/toplevel.h index 90c340076b..b50b7160b6 100644 --- a/include/wx/mac/carbon/toplevel.h +++ b/include/wx/mac/carbon/toplevel.h @@ -99,7 +99,6 @@ public: virtual void MacSetBackgroundBrush( const wxBrush &brush ) ; - bool MacUsesCompositing() { return m_macUsesCompositing; } virtual void MacInstallTopLevelWindowEventHandler() ; bool MacGetMetalAppearance() const ; @@ -126,8 +125,7 @@ protected: // should the frame be maximized when it will be shown? set by Maximize() // when it is called while the frame is hidden bool m_maximizeOnShow; - bool m_macUsesCompositing ; - + WXWindow m_macWindow ; wxWindowMac* m_macFocus ;