From 5a4880543e0c13f1902822cc3a67d861fc6daffa 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? --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403421 --- 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