]> git.saurik.com Git - wxWidgets.git/commitdiff
adding carbon event missing in 10.4 headers
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 8 Feb 2010 07:20:39 +0000 (07:20 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 8 Feb 2010 07:20:39 +0000 (07:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/cocoa/private.h

index 62556623196821ff5a1e984913ac7f9cab34379b..709a39dbbef0b27f23a1a5f2f7383fa2a34f164a 100644 (file)
     #import <Cocoa/Cocoa.h>
 #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
 //