From ac56a13e9d7347e4660a9a1d23a643b0bf66898b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 2 Jan 2009 09:14:55 +0000 Subject: [PATCH] Now that we don't have to worry about 8-bit displays, maybe we can add alpha to the palette entries? --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 42f1204c8..0e380524e 100644 --- a/TODO +++ b/TODO @@ -6,6 +6,7 @@ * Implement desktop video mode change notification? * Implement icon support (with translucency?) * Remove <= 8-bit palettized display support + * See if we can add real alpha to the palette entries * Add diagonal line clipping to SDL_IntersectRectAndLine() * Add OpenGL 3.0 context support * Verify mouse grab support