From: Mark B. <mb...@0x...> - 2000-04-20 20:31:31
|
On Thu, 20 Apr 2000, Martijn Faassen wrote: > SDL_SRCCOLORKEY and SDL_SRCALPHA will only be honored if the display surface > is in video video memory (the surface returned by SDL_SetVideoMode() has the > SDL_HWSURFACE flag set.) > > I didn't read the *display* part in display surface, and also managed to > ignore what was between the brackets. Silly me! This is inaccurate as well, since it will work even if the display surface isn't in video memory. |