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