Get updated rect when SDL_WINDOWEVENT_EXPOSED

How to get rect should be updated when we get window event with flah
SDL_WINDOWEVENT_EXPOSED?

thanks

There is no way to get what part of the screen was exposed for now.You
should update the whole screenOn Thu, Sep 13, 2012 at 1:25 PM, wahono sri wrote:

How to get rect should be updated when we get window event with flah
SDL_WINDOWEVENT_EXPOSED?

thanks


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

There is no way to get what part of the screen was exposed for now.You
should update the whole screen

Thanks Dimitris