Mercurial > sdl-ios-xcode
comparison src/video/SDL_blit.h @ 5187:d976b67150c5
Restored SDL_BLENDMODE_MOD for MAME
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 04 Feb 2011 19:50:56 -0800 |
parents | d72793305335 |
children | 6a65c1fc07af |
comparison
equal
deleted
inserted
replaced
5186:227d81a4b66c | 5187:d976b67150c5 |
---|---|
52 /* SDL blit copy flags */ | 52 /* SDL blit copy flags */ |
53 #define SDL_COPY_MODULATE_COLOR 0x00000001 | 53 #define SDL_COPY_MODULATE_COLOR 0x00000001 |
54 #define SDL_COPY_MODULATE_ALPHA 0x00000002 | 54 #define SDL_COPY_MODULATE_ALPHA 0x00000002 |
55 #define SDL_COPY_BLEND 0x00000010 | 55 #define SDL_COPY_BLEND 0x00000010 |
56 #define SDL_COPY_ADD 0x00000020 | 56 #define SDL_COPY_ADD 0x00000020 |
57 #define SDL_COPY_MOD 0x00000040 | |
57 #define SDL_COPY_COLORKEY 0x00000100 | 58 #define SDL_COPY_COLORKEY 0x00000100 |
58 #define SDL_COPY_NEAREST 0x00000200 | 59 #define SDL_COPY_NEAREST 0x00000200 |
59 #define SDL_COPY_RLE_DESIRED 0x00001000 | 60 #define SDL_COPY_RLE_DESIRED 0x00001000 |
60 #define SDL_COPY_RLE_COLORKEY 0x00002000 | 61 #define SDL_COPY_RLE_COLORKEY 0x00002000 |
61 #define SDL_COPY_RLE_ALPHAKEY 0x00004000 | 62 #define SDL_COPY_RLE_ALPHAKEY 0x00004000 |