Mercurial > sdl-ios-xcode
diff include/SDL_blendmode.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 | e743b9c3f6d6 |
children | b530ef003506 |
line wrap: on
line diff
--- a/include/SDL_blendmode.h Fri Feb 04 19:18:08 2011 -0800 +++ b/include/SDL_blendmode.h Fri Feb 04 19:50:56 2011 -0800 @@ -45,6 +45,7 @@ SDL_BLENDMODE_NONE = 0x00000000, /**< No blending */ SDL_BLENDMODE_BLEND = 0x00000001, /**< dst = (src * A) + (dst * (1-A)) */ SDL_BLENDMODE_ADD = 0x00000002, /**< dst = (src * A) + dst */ + SDL_BLENDMODE_MOD = 0x00000004 /**< dst = src * dst */ } SDL_BlendMode; /* Ends C function definitions when using C++ */