From: Martijn F. <fa...@ve...> - 2000-04-20 20:37:14
|
Mark Baker wrote: > 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. Yes, comes from reading the documentation instead of trying it out. :) Sam Lantinga just wrote me back that this was incorrect -- he's fixing the documentation. Regards, Martijn |