X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05adb9d2fdc40d8620730be490bf406b8e367cf8..94e2ed3b8db0220160c0b939782cd46914ec073a:/include/wx/mac/app.h?ds=inline diff --git a/include/wx/mac/app.h b/include/wx/mac/app.h index 145c023274..9856301aa6 100644 --- a/include/wx/mac/app.h +++ b/include/wx/mac/app.h @@ -22,7 +22,7 @@ #include "wx/event.h" class WXDLLEXPORT wxFrame; -class WXDLLEXPORT wxWindow; +class WXDLLEXPORT wxWindowMac; class WXDLLEXPORT wxApp ; class WXDLLEXPORT wxKeyEvent; class WXDLLEXPORT wxLog; @@ -67,7 +67,7 @@ class WXDLLEXPORT wxApp: public wxAppBase // Send idle event to window and all subwindows // Returns TRUE if more idle time is requested. - bool SendIdleEvents(wxWindow* win); + bool SendIdleEvents(wxWindowMac* win); // Windows only, but for compatibility... inline void SetAuto3D(bool flag) { m_auto3D = flag; } @@ -147,10 +147,10 @@ public : virtual void MacHandleHighLevelEvent( EventRecord *ev ) ; virtual void MacHandleMenuSelect( int menuid , int menuitem ) ; - virtual OSErr MacHandleAEODoc(AppleEvent *event , AppleEvent *reply) ; - virtual OSErr MacHandleAEPDoc(AppleEvent *event , AppleEvent *reply) ; - virtual OSErr MacHandleAEOApp(AppleEvent *event , AppleEvent *reply) ; - virtual OSErr MacHandleAEQuit(AppleEvent *event , AppleEvent *reply) ; + virtual OSErr MacHandleAEODoc(const AppleEvent *event , AppleEvent *reply) ; + virtual OSErr MacHandleAEPDoc(const AppleEvent *event , AppleEvent *reply) ; + virtual OSErr MacHandleAEOApp(const AppleEvent *event , AppleEvent *reply) ; + virtual OSErr MacHandleAEQuit(const AppleEvent *event , AppleEvent *reply) ; DECLARE_EVENT_TABLE() };