# HG changeset patch # User Sam Lantinga # Date 1234160106 0 # Node ID 17c5930f498e55858387700f8f6e4a924faf353a # Parent 089a77aebb7d06a0790cb10c3549de7c961d5427 Throw a FIXME in there, we'll need to take care of this later. diff -r 089a77aebb7d -r 17c5930f498e src/video/SDL_video.c --- 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))) {