changeset 14082:30db51086c84

do not bring process to front if HAVE_SDL
author nplourde
date Wed, 01 Dec 2004 21:22:18 +0000
parents 866623c7ec87
children 6797ec6f8047
files libvo/vo_quartz.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_quartz.c	Wed Dec 01 21:19:04 2004 +0000
+++ b/libvo/vo_quartz.c	Wed Dec 01 21:22:18 2004 +0000
@@ -1014,7 +1014,7 @@
         }
     }
 	
-#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