X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c6eb3a84be918dcfed2496d014549e13af0f0e9..4ce846b17c9a1ad71c749253cc8b73d492ed9634:/include/wx/osx/carbon/toplevel.h diff --git a/include/wx/osx/carbon/toplevel.h b/include/wx/osx/carbon/toplevel.h index d5e11e79ce..7983b8c5c6 100644 --- a/include/wx/osx/carbon/toplevel.h +++ b/include/wx/osx/carbon/toplevel.h @@ -44,6 +44,8 @@ public: const wxString& name = wxFrameNameStr); virtual ~wxTopLevelWindowMac(); + + virtual bool Destroy(); virtual wxPoint GetClientAreaOrigin() const; @@ -77,8 +79,6 @@ 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; - - void *m_macFullScreenData ; private : DECLARE_EVENT_TABLE() };