From 95e3dfbbeb3208283a2a70c0d3002683b22270e3 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 17 Feb 2009 05:44:49 +0000 Subject: [PATCH] Fixed bug #681 Description From Philipp 2009-01-16 20:50:01 (-) [reply] The File test/README from the svn says this: testgl A very simple example of using OpenGL with SDL testgl2 Improved version of testgl It is actually exchanged. testgl.c is the improved version right now and testgl2.c the simple one. --- test/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README b/test/README index 0f8cf628a..218459926 100644 --- a/test/README +++ b/test/README @@ -15,7 +15,7 @@ These are test programs for the SDL library: testfile Tests RWops layer testgamma Tests video device gamma ramp testgl A very simple example of using OpenGL with SDL - testgl2 Improved version of testgl + testgl2 An even simpler example using the SDL 1.3 API testhread Hacked up test of multi-threading testiconv Tests international string conversion testjoystick List joysticks and watch joystick events