summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/mac.H6
1 files changed, 6 insertions, 0 deletions
diff --git a/FL/mac.H b/FL/mac.H
index e5f7fdb0e..3fe7b571d 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -64,6 +64,12 @@ typedef CGContextRef Fl_Offscreen;
#ifndef MAC_OS_X_VERSION_10_8
#define MAC_OS_X_VERSION_10_8 1080
#endif
+#ifndef MAC_OS_X_VERSION_10_9
+#define MAC_OS_X_VERSION_10_9 1090
+#endif
+#ifndef MAC_OS_X_VERSION_10_10
+#define MAC_OS_X_VERSION_10_10 101000
+#endif
#ifdef __OBJC__
@class NSCursor;