From 94e5787733c969a9c8761c6b38e259684bf42771 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 2 Jan 2009 09:12:21 +0000 Subject: [PATCH] Bye bye PseudoColor! :) --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 5434c6f7d..42f1204c8 100644 --- a/TODO +++ b/TODO @@ -5,6 +5,7 @@ - in progress, software support is done, Ryan is working on OpenGL shaders * Implement desktop video mode change notification? * Implement icon support (with translucency?) + * Remove <= 8-bit palettized display support * Add diagonal line clipping to SDL_IntersectRectAndLine() * Add OpenGL 3.0 context support * Verify mouse grab support