[SDL] OS X + SDL_SetEventFilter = Bus Error

Christian Walther cwalther at gmx.ch
Sat Jan 5 02:22:35 PST 2008


Sam Lantinga wrote:
>> As far as I know that is indeed normal, also in 1.2.13. IIRC 
>> SDL_SetVideoMode() completely destroys and recreates the window, causing 
>> it to be re-centered.
> 
> I just tested it with testwm -resize and it didn't recenter the window
> during or after resize... ?

You're right, it only does that in OpenGL mode (and a few other special 
cases). See SDL_QuartzVideo.m:666. I missed that because the OpenGL case 
is the only one I'm familiar with.

  -Christian



More information about the SDL mailing list