summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_quartz.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/vo_quartz.c b/libvo/vo_quartz.c
index 2c0522a6d1..63092dd16d 100644
--- a/libvo/vo_quartz.c
+++ b/libvo/vo_quartz.c
@@ -1011,6 +1011,7 @@ static uint32_t preinit(const char *arg)
}
}
+#ifndef MACOSX_FINDER_SUPPORT
//this chunk of code is heavily based off SDL_macosx.m from SDL
//it uses an Apple private function to request foreground operation
@@ -1029,6 +1030,7 @@ static uint32_t preinit(const char *arg)
SetFrontProcess(&myProc);
}
}
+#endif
return 0;
}