[SDL] SDL_BlitSurface on MacOSX 10.3.9

Michael Ryan Bannon mrbannon at swen.uwaterloo.ca
Thu Jul 6 10:36:05 PDT 2006


Hey,

Thanks for the reply.  Unfortunately that doesn't solve the problem.
Also, I was under the impression that the Init call must be before all other 
SDL functions (http://www.libsdl.org/cgi/docwiki.cgi/SDL_5fInit).

Thanks,

Ryan

"Torsten Giebl" <wizard at syntheticsw.com> wrote in message 
news:2832.141.99.122.11.1152206920.squirrel at mail.syntheticsw.com...
> Hello !
>
>
>> // Initialize SDL with the given driverName.  This driver is specified
>> by setting the
>>
>> // environment variable, "SDL_VIDEODRIVER" to driverName.
>>
>>
>> SDL_Init(SDL_INIT_VIDEO);
>>
>>
>> SDL_putenv("SDL_VIDEODRIVER=Quartz");
>
>
> Turn this around SDL_putenv must be placed before SDL_Init.
>
> SDL_Init uses the info from the env. variable.
>
>
>
> CU 







More information about the SDL mailing list