X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be55ddb10d8a0ccfe08be1bd70c748d0061bf62f..cf6ae2907c365869b10b61cbe3bde2768facd4d8:/include/wx/mac/toplevel.h diff --git a/include/wx/mac/toplevel.h b/include/wx/mac/toplevel.h index aa32bec6ee..182c916c03 100644 --- a/include/wx/mac/toplevel.h +++ b/include/wx/mac/toplevel.h @@ -58,6 +58,8 @@ public: virtual void SetIcons(const wxIconBundle& icons) { SetIcon( icons.GetIcon( -1 ) ); } virtual void Restore(); + virtual bool SetShape(const wxRegion& region); + virtual bool ShowFullScreen(bool WXUNUSED(show), long WXUNUSED(style) = wxFULLSCREEN_ALL) { return FALSE; } virtual bool IsFullScreen() const { return FALSE; }