summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-09-21 14:37:58 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-09-21 14:37:58 +0300
commit2c97a088e9726f7bc556d0c749fddb7b74c50bdb (patch)
treef3fed46d834331f8691c0f88ae45de42028e84e4 /src/defs.h
parent14eec09b1d6f0d11292b81e23633f6c764755d0f (diff)
macOS: Use native context menus
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defs.h b/src/defs.h
index da424c13..8b47790a 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -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 */