comparison libvo/vo_quartz.c @ 14082:30db51086c84

do not bring process to front if HAVE_SDL
author nplourde
date Wed, 01 Dec 2004 21:22:18 +0000
parents 866623c7ec87
children 779230cb313d
comparison
equal deleted inserted replaced
14081:866623c7ec87 14082:30db51086c84
1012 if (parse_pos[0] == ':') parse_pos = &parse_pos[1]; 1012 if (parse_pos[0] == ':') parse_pos = &parse_pos[1];
1013 else if (parse_pos[0]) parse_err = 1; 1013 else if (parse_pos[0]) parse_err = 1;
1014 } 1014 }
1015 } 1015 }
1016 1016
1017 #ifndef MACOSX_FINDER_SUPPORT 1017 #if !defined (MACOSX_FINDER_SUPPORT) || !defined (HAVE_SDL)
1018 //this chunk of code is heavily based off SDL_macosx.m from SDL 1018 //this chunk of code is heavily based off SDL_macosx.m from SDL
1019 //it uses an Apple private function to request foreground operation 1019 //it uses an Apple private function to request foreground operation
1020 1020
1021 void CPSEnableForegroundOperation(ProcessSerialNumber* psn); 1021 void CPSEnableForegroundOperation(ProcessSerialNumber* psn);
1022 ProcessSerialNumber myProc, frProc; 1022 ProcessSerialNumber myProc, frProc;