From 52a5bb2d3f79fd520b4c290a0b43f67a519f158d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 5 Aug 2009 08:12:31 +0000 Subject: [PATCH] Add clipboard support to TODO list --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index a0b6edb5a..eb2cae90e 100644 --- a/TODO +++ b/TODO @@ -29,6 +29,7 @@ * Add video modes that have an alpha channel? * Implement SDL_RenderReadPixels() for screenshots and automated testing * Create extended set of (negative) error codes and have the API functions document and return them. + * Add clipboard support (from scrap demo) Wish list for the 1.3 development branch: