X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/50f3c41d61bd9ae69f215bad923f562d509e063c..8a16d7370e3cdc7d583a6f14ab11b3a1d27b73df:/include/wx/mac/carbon/toplevel.h diff --git a/include/wx/mac/carbon/toplevel.h b/include/wx/mac/carbon/toplevel.h index cdffba933f..b50b7160b6 100644 --- a/include/wx/mac/carbon/toplevel.h +++ b/include/wx/mac/carbon/toplevel.h @@ -69,8 +69,8 @@ public: virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL) ; virtual bool IsFullScreen() const ; - virtual bool SetTranslucency(int alpha); - virtual bool CanSetTranslucency(); + virtual bool SetTransparent(wxByte alpha); + virtual bool CanSetTransparent(); // implementation from now on @@ -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 ;