diff options
Diffstat (limited to 'src/defs.h')
-rw-r--r-- | src/defs.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 */ |