"Andreas Hammerschmidt" <Online.Player at gmx.net> wrote: > But do I have to call SDL_LockSurface() before calling > SDL_BlitSurface() or SDL_FillRect() ?? no. just when directly writing to the pixel data within the surface struct. clemens