diff -r 091350827e08 -r 68f607298ca9 src/video/SDL_sysvideo.h --- a/src/video/SDL_sysvideo.h Sun Apr 17 10:36:03 2005 +0000 +++ b/src/video/SDL_sysvideo.h Sun Apr 17 10:40:41 2005 +0000 @@ -134,6 +134,9 @@ /* Information about the video hardware */ SDL_VideoInfo info; + /* The pixel format used when SDL_CreateRGBSurface creates SDL_HWSURFACEs with alpha */ + SDL_PixelFormat* displayformatalphapixel; + /* Allocates a surface in video memory */ int (*AllocHWSurface)(_THIS, SDL_Surface *surface);