0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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

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