Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 1666:6e7ec5cb83c3 SDL-1.3
The dummy video driver compiles. :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 28 May 2006 21:56:07 +0000 |
parents | 782fd950bd46 |
children | 4da1ee79c9af |
comparison
equal
deleted
inserted
replaced
1665:28193f833b2b | 1666:6e7ec5cb83c3 |
---|---|
120 void (*MinimizeWindow) (_THIS, SDL_Window * window); | 120 void (*MinimizeWindow) (_THIS, SDL_Window * window); |
121 void (*RestoreWindow) (_THIS, SDL_Window * window); | 121 void (*RestoreWindow) (_THIS, SDL_Window * window); |
122 void (*SetWindowGrab) (_THIS, SDL_Window * window); | 122 void (*SetWindowGrab) (_THIS, SDL_Window * window); |
123 void (*DestroyWindow) (_THIS, SDL_Window * window); | 123 void (*DestroyWindow) (_THIS, SDL_Window * window); |
124 | 124 |
125 SDL_Surface *(*CreateWindowSurface) (_THIS, SDL_Window * window); | 125 void (*CreateWindowSurface) (_THIS, SDL_Window * window, Uint32 flags); |
126 void (*UpdateWindowSurface) (_THIS, SDL_Window * window, int numrects, | 126 void (*UpdateWindowSurface) (_THIS, SDL_Window * window, int numrects, |
127 SDL_Rect * rects); | 127 SDL_Rect * rects); |
128 void (*FlipWindowSurface) (_THIS, SDL_Window * window); | 128 void (*FlipWindowSurface) (_THIS, SDL_Window * window); |
129 | 129 |
130 /* Sets the color entries { firstcolor .. (firstcolor+ncolors-1) } | 130 /* Sets the color entries { firstcolor .. (firstcolor+ncolors-1) } |