Mercurial > sdl-ios-xcode
diff src/video/SDL_renderer_sw.c @ 3599:0f958e527e5e
Updated to compile on Windows
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 24 Dec 2009 19:18:05 +0000 |
parents | f638ded38b8a |
children | 64ce267332c6 |
line wrap: on
line diff
--- a/src/video/SDL_renderer_sw.c Thu Dec 24 19:16:08 2009 +0000 +++ b/src/video/SDL_renderer_sw.c Thu Dec 24 19:18:05 2009 +0000 @@ -698,6 +698,7 @@ } for (i = 0; i < count; ++i) { + /* FIXME: We don't want to draw clipped edges */ if (!SDL_IntersectRect(rects[i], &clip, &rect)) { /* Nothing to draw */ continue;