X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/245f35816d761212279e8cf223475efb7a367553..26dddf6c3455f95bef2dcb2a0a514fa0558b50ab:/include/wx/mac/toplevel.h?ds=sidebyside diff --git a/include/wx/mac/toplevel.h b/include/wx/mac/toplevel.h index c0705c0cd6..7fd6551dc1 100644 --- a/include/wx/mac/toplevel.h +++ b/include/wx/mac/toplevel.h @@ -12,7 +12,7 @@ #ifndef _WX_MSW_TOPLEVEL_H_ #define _WX_MSW_TOPLEVEL_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "toplevel.h" #endif @@ -75,7 +75,7 @@ public: const wxString& name ) ; static WXWindow MacGetWindowInUpdate() { return s_macWindowInUpdate ; } virtual void MacGetPortParams(WXPOINTPTR localOrigin, WXRECTPTR clipRect, WXWindow *window , wxWindowMac** rootwin ) ; - virtual void Clear() ; + virtual void ClearBackground() ; virtual WXWidget MacGetContainerForEmbedding() ; WXWindow MacGetWindowRef() { return m_macWindow ; } virtual void MacActivate( long timestamp , bool inIsActivating ) ;