From 7078fb2c3a200c7d535be3a10c796368583266da Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 9 Feb 2009 06:15:06 +0000 Subject: [PATCH] Throw a FIXME in there, we'll need to take care of this later. --- src/video/SDL_video.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video/SDL_video.c b/src/video/SDL_video.c index 87c7d20e8..021293580 100644 --- a/src/video/SDL_video.c +++ b/src/video/SDL_video.c @@ -1598,6 +1598,7 @@ SDL_CreateTextureFromSurface(Uint32 format, SDL_Surface * surface) 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))) {