# HG changeset patch # User nplourde # Date 1101936138 0 # Node ID 30db51086c846f462af77c5c908dcadea40b152d # Parent 866623c7ec87af02548216bd530481f0f13fbaec do not bring process to front if HAVE_SDL diff -r 866623c7ec87 -r 30db51086c84 libvo/vo_quartz.c --- 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