From a5b9a129db79c3250de918fd925aaa433ef2f09b Mon Sep 17 00:00:00 2001 From: nplourde Date: Wed, 1 Dec 2004 21:22:18 +0000 Subject: do not bring process to front if HAVE_SDL git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14083 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_quartz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/vo_quartz.c b/libvo/vo_quartz.c index 593044e01e..4ae9a827c0 100644 --- a/libvo/vo_quartz.c +++ b/libvo/vo_quartz.c @@ -1014,7 +1014,7 @@ static uint32_t preinit(const char *arg) } } -#ifndef MACOSX_FINDER_SUPPORT +#if !defined (MACOSX_FINDER_SUPPORT) || !defined (HAVE_SDL) //this chunk of code is heavily based off SDL_macosx.m from SDL //it uses an Apple private function to request foreground operation -- cgit v1.2.3