[MPlayer-cvslog] CVS: main/libvo vo_quartz.c,1.44,1.45

Nicolas Plourde CVS syncmail at mplayerhq.hu
Wed Dec 1 22:22:20 CET 2004


CVS change done by Nicolas Plourde CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv16546/libvo

Modified Files:
	vo_quartz.c 
Log Message:
do not bring process to front if HAVE_SDL

Index: vo_quartz.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_quartz.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- vo_quartz.c	1 Dec 2004 21:19:04 -0000	1.44
+++ vo_quartz.c	1 Dec 2004 21:22:18 -0000	1.45
@@ -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
 




More information about the MPlayer-cvslog mailing list