mirror of https://github.com/mpv-player/mpv
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:
parent
e87bf5a212
commit
a5b9a129db
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue