Mercurial > sdl-ios-xcode
diff src/video/SDL_video.c @ 3058:17c5930f498e
Throw a FIXME in there, we'll need to take care of this later.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 09 Feb 2009 06:15:06 +0000 |
parents | 089a77aebb7d |
children | 0bc41e0361d3 |
line wrap: on
line diff
--- a/src/video/SDL_video.c Mon Feb 09 05:32:12 2009 +0000 +++ b/src/video/SDL_video.c Mon Feb 09 06:15:06 2009 +0000 @@ -1598,6 +1598,7 @@ return 0; } } else { + /* FIXME: Get the best supported texture format */ if (surface->format->Amask || !(surface->map->info.flags & (SDL_COPY_COLORKEY | SDL_COPY_MASK | SDL_COPY_BLEND))) {