diff test/testgl2.c @ 2328:91e601d9df8b

re: bug#563. checking in some commented out trace code and a fix so that the in testalpha.c the background only flashes when alpha == 255. The problem that is being fixed is caused by clearing SDL_COPY_RLE_COLORKEY without setting SDL_COPY_RLE_DESIRED in SDL_UnRELSurface.
author Bob Pendleton <bob@pendleton.com>
date Fri, 14 Mar 2008 18:17:49 +0000
parents 6630fefab312
children 82e60908fab1
line wrap: on
line diff
--- a/test/testgl2.c	Fri Mar 07 23:57:15 2008 +0000
+++ b/test/testgl2.c	Fri Mar 14 18:17:49 2008 +0000
@@ -24,7 +24,7 @@
 quit(int rc)
 {
     if (context) {
-        SDL_GL_MakeCurrent(0, NULL);
+        /* SDL_GL_MakeCurrent(0, NULL); *//* doesn't do anything */
         SDL_GL_DeleteContext(context);
     }
     CommonQuit(state);