From: Stefan Csomor Date: Mon, 8 Feb 2010 07:20:39 +0000 (+0000) Subject: adding carbon event missing in 10.4 headers X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/126254a8d03eb3aed4dba62849e2e46a9f2ae119?ds=inline adding carbon event missing in 10.4 headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/osx/cocoa/private.h b/include/wx/osx/cocoa/private.h index 6255662319..709a39dbbe 100644 --- a/include/wx/osx/cocoa/private.h +++ b/include/wx/osx/cocoa/private.h @@ -32,6 +32,12 @@ #import #endif +#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_5 +// available in 10.4 but not in the headers +enum { + kEventMouseScroll = 11 +}; +#endif // // shared between Cocoa and Carbon //