From 254f1ce422152989513d0eea74470cac2ea90c1e Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 25 Dec 2008 05:39:54 +0000 Subject: [PATCH] Don't forget OpenGL 3.0 support --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 6185b69ed..42051ac7b 100644 --- a/TODO +++ b/TODO @@ -7,6 +7,7 @@ * Implement icon support (with translucency?) * Add draw blend mode and line drawing support for win32 * Add diagonal line clipping to SDL_IntersectRectAndLine() + * Add OpenGL 3.0 context support * Have Bob look at why DirectColor visuals fail with XA_RGB_BEST_MAP error * Verify mouse grab support * Properly handle mouse grab with Vista DPI scaling