summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/defs.h b/src/defs.h
index 8b47790a..01bf2b3d 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -166,7 +166,9 @@ iLocalDef int acceptKeyMod_ReturnKeyBehavior(int behavior) {
166 166
167#if defined (iPlatformAppleDesktop) 167#if defined (iPlatformAppleDesktop)
168# define iHaveNativeMenus /* main menu */ 168# define iHaveNativeMenus /* main menu */
169# define iHaveNativeContextMenus 169# if defined (LAGRANGE_ENABLE_MAC_MENUS)
170# define iHaveNativeContextMenus
171# endif
170#endif 172#endif
171 173
172/* UI labels that depend on the platform */ 174/* UI labels that depend on the platform */