changeset 1052 | 68f607298ca9 |
parent 769 | b8d311d90021 |
child 1140 | af8b0f9ac2f4 |
1.1 --- a/src/video/SDL_sysvideo.h Sun Apr 17 10:36:03 2005 +0000 1.2 +++ b/src/video/SDL_sysvideo.h Sun Apr 17 10:40:41 2005 +0000 1.3 @@ -134,6 +134,9 @@ 1.4 /* Information about the video hardware */ 1.5 SDL_VideoInfo info; 1.6 1.7 + /* The pixel format used when SDL_CreateRGBSurface creates SDL_HWSURFACEs with alpha */ 1.8 + SDL_PixelFormat* displayformatalphapixel; 1.9 + 1.10 /* Allocates a surface in video memory */ 1.11 int (*AllocHWSurface)(_THIS, SDL_Surface *surface); 1.12