summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-09-21 14:37:19 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-09-21 14:37:19 +0300
commit14eec09b1d6f0d11292b81e23633f6c764755d0f (patch)
tree11431c97b6ded31aaff4043e3cd1b2a281a13706 /src/defs.h
parent69529fea17c904dc5205657dd04c7ec66a2a3681 (diff)
Fixed issues with popup windows
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/defs.h b/src/defs.h
index 3cb7dd2c..da424c13 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -165,7 +165,8 @@ iLocalDef int acceptKeyMod_ReturnKeyBehavior(int behavior) {
165#endif 165#endif
166 166
167#if defined (iPlatformAppleDesktop) 167#if defined (iPlatformAppleDesktop)
168# define iHaveNativeMenus 168# define iHaveNativeMenus /* main menu */
169//# define iHaveNativeContextMenus
169#endif 170#endif
170 171
171/* UI labels that depend on the platform */ 172/* UI labels that depend on the platform */