diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-21 14:37:58 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-21 14:37:58 +0300 |
commit | 2c97a088e9726f7bc556d0c749fddb7b74c50bdb (patch) | |
tree | f3fed46d834331f8691c0f88ae45de42028e84e4 /src/defs.h | |
parent | 14eec09b1d6f0d11292b81e23633f6c764755d0f (diff) |
macOS: Use native context menus
Diffstat (limited to 'src/defs.h')
-rw-r--r-- | src/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -166,7 +166,7 @@ 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 | # define iHaveNativeContextMenus |
170 | #endif | 170 | #endif |
171 | 171 | ||
172 | /* UI labels that depend on the platform */ | 172 | /* UI labels that depend on the platform */ |