From e2690da1ac9e551f3946d093acecf1a7d97850e6 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 3 Jan 2009 07:16:57 +0000 Subject: [PATCH] Icons with translucency are implemented Reminder to finish off multi-display support --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 15cb93443..23ff99183 100644 --- a/TODO +++ b/TODO @@ -4,9 +4,10 @@ * Implement YUV texture support - in progress, software support is done, Ryan is working on OpenGL shaders * Implement desktop video mode change notification? - * Implement icon support (with translucency?) * Add diagonal line clipping to SDL_IntersectRectAndLine() * Add OpenGL 3.0 context support + * Finish multiple display support + * Open windows on display that is selected when creating a window * Verify mouse grab support * Properly handle mouse grab with Vista DPI scaling * Make sure the mouse is where it's supposed to be when un-grabbed