summaryrefslogtreecommitdiff
path: root/src/render/software/SDL_rotate.c
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2013-05-18 14:17:52 -0700
committerSam Lantinga <slouken@libsdl.org>2013-05-18 14:17:52 -0700
commit0d9b661db8cc2714df2012ad26ea677879ebbd17 (patch)
tree8161d6fe30938bba2d1cdb4689221b6beac618e5 /src/render/software/SDL_rotate.c
parent3beb70c4bcbd2ea9ef4e69cbcfe75c6650fbea50 (diff)
File style cleanup for the SDL 2.0 release
Diffstat (limited to 'src/render/software/SDL_rotate.c')
-rw-r--r--src/render/software/SDL_rotate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/software/SDL_rotate.c b/src/render/software/SDL_rotate.c
index 2eae0393f5..b315535870 100644
--- a/src/render/software/SDL_rotate.c
+++ b/src/render/software/SDL_rotate.c
@@ -398,7 +398,7 @@ SDL_Surface *_rotateSurface(SDL_Surface * src, double angle, int centerx, int ce
/* Determine target size */
- //_rotozoomSurfaceSizeTrig(rz_src->w, rz_src->h, angle, &dstwidth, &dstheight, &cangle, &sangle);
+ /*_rotozoomSurfaceSizeTrig(rz_src->w, rz_src->h, angle, &dstwidth, &dstheight, &cangle, &sangle); */
/*
* Calculate target factors from sin/cos and zoom
@@ -459,7 +459,7 @@ SDL_Surface *_rotateSurface(SDL_Surface * src, double angle, int centerx, int ce
/*
* Turn on source-alpha support
*/
- //SDL_SetAlpha(rz_dst, SDL_SRCALPHA, 255);
+ /*SDL_SetAlpha(rz_dst, SDL_SRCALPHA, 255);*/
SDL_SetColorKey(rz_dst, /*SDL_SRCCOLORKEY*/ SDL_TRUE | SDL_RLEACCEL, _colorkey(rz_src));
} else {
/*