[SDL] OS X + SDL_SetEventFilter = Bus Error

Zedr0n Zedr0nRE at gmail.com
Fri Jan 4 15:50:43 PST 2008


Sam Lantinga <slouken <at> devolution.com> writes:


> Yes, I believe the documentation states that you should never call SDL
> video API functions from the event filter thread.  It may be called from
> another thread or from a hardware interrupt.
> 
> Instead you should either send another SDL event or set a global variable
> or use some other messaging system to notify anyone who cares.
> 
> See ya,
> 	-Sam Lantinga, Lead Software Engineer, Blizzard Entertainment
> 

I think that's what I get from using code hacks ;)
http://www.gamedev.net/community/forums/topic.asp?topic_id=428022

So is there a standard way to do dynamic resizing(redrawing during resize)?



More information about the SDL mailing list