summaryrefslogtreecommitdiff
path: root/src/ui/window.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-03 11:17:49 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-03 11:58:51 +0200
commit12630f504b022b0718655a615d2fbb1d045ded18 (patch)
treefdb5b27a402eb959ee42fa7725f0d58d5388c659 /src/ui/window.c
parente0f586866ebafa296bda849b392d09fc2e14d487 (diff)
Added full set of platform #defines
Diffstat (limited to 'src/ui/window.c')
-rw-r--r--src/ui/window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index cbcca902..bfa95f90 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -152,6 +152,8 @@ static iBool handleRootCommands_(iWidget *root, const char *cmd) {
152 return iFalse; 152 return iFalse;
153} 153}
154 154
155/* TODO: Define menus per platform. */
156
155#if defined (iPlatformAppleDesktop) 157#if defined (iPlatformAppleDesktop)
156# define iHaveNativeMenus 158# define iHaveNativeMenus
157#endif 159#endif