changeset 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 79b061c4f316
files src/video/SDL_video.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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))) {