Mercurial > sdl-ios-xcode
changeset 2232:6630fefab312
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 12 Aug 2007 16:26:10 +0000 |
parents | a353684c7cc1 |
children | fb01ee9716bc |
files | src/video/SDL_blit_A.c test/testgl2.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/SDL_blit_A.c Sun Aug 12 15:41:36 2007 +0000 +++ b/src/video/SDL_blit_A.c Sun Aug 12 16:26:10 2007 +0000 @@ -2837,7 +2837,7 @@ return BlitNto1SurfaceAlphaKey; else #if SDL_ALTIVEC_BLITTERS - if (sf->BytesPerPixel == 4 && df->BytesPerPixel == 4 && + if (sf->BytesPerPixel == 4 && df->BytesPerPixel == 4 && SDL_HasAltiVec()) return Blit32to32SurfaceAlphaKeyAltivec; else