Mercurial > sdl-ios-xcode
comparison src/video/SDL_blit.h @ 2260:202ddfd1cfb1
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 17 Aug 2007 02:55:21 +0000 |
parents | 340942cfda48 |
children | c20476d7d7b3 |
comparison
equal
deleted
inserted
replaced
2259:1e690901ecd7 | 2260:202ddfd1cfb1 |
---|---|
60 SDL_Surface *dst; | 60 SDL_Surface *dst; |
61 int identity; | 61 int identity; |
62 Uint8 *table; | 62 Uint8 *table; |
63 SDL_blit blit; | 63 SDL_blit blit; |
64 void *data; | 64 void *data; |
65 Uint32 ckey; /* colorkey */ | 65 Uint32 ckey; /* colorkey */ |
66 Uint32 cmod; /* ARGB modulation */ | 66 Uint32 cmod; /* ARGB modulation */ |
67 | 67 |
68 /* the version count matches the destination; mismatch indicates | 68 /* the version count matches the destination; mismatch indicates |
69 an invalid mapping */ | 69 an invalid mapping */ |
70 unsigned int format_version; | 70 unsigned int format_version; |
71 } SDL_BlitMap; | 71 } SDL_BlitMap; |