do not bring process to front if HAVE_SDL

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14083 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nplourde 2004-12-01 21:22:18 +00:00
parent e87bf5a212
commit a5b9a129db
1 changed files with 1 additions and 1 deletions

View File

@ -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