Mercurial > sdl-ios-xcode
comparison include/SDL_video.h @ 639:6961e1c84e76
I'm American, does it show? ;-)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 28 Jun 2003 17:39:46 +0000 |
parents | 8a43e0cbf02f |
children | 9c42ee1b7d77 |
comparison
equal
deleted
inserted
replaced
638:b0108e9dea53 | 639:6961e1c84e76 |
---|---|
56 Uint8 r; | 56 Uint8 r; |
57 Uint8 g; | 57 Uint8 g; |
58 Uint8 b; | 58 Uint8 b; |
59 Uint8 unused; | 59 Uint8 unused; |
60 } SDL_Color; | 60 } SDL_Color; |
61 #define SDL_Colour SDL_Color | |
61 | 62 |
62 typedef struct { | 63 typedef struct { |
63 int ncolors; | 64 int ncolors; |
64 SDL_Color *colors; | 65 SDL_Color *colors; |
65 } SDL_Palette; | 66 } SDL_Palette; |