Modified: AppleSGLX/trunk/tests/glxpixmap/glxpixmap.c (147 => 148)
--- AppleSGLX/trunk/tests/glxpixmap/glxpixmap.c 2009-02-16 22:45:56 UTC (rev 147)
+++ AppleSGLX/trunk/tests/glxpixmap/glxpixmap.c 2009-02-16 22:46:30 UTC (rev 148)
@@ -193,12 +193,13 @@
glClear( GL_COLOR_BUFFER_BIT );
glViewport( 0, 0, 300, 300 );
glOrtho( -1.0, 1.0, -1.0, 1.0, -1.0, 1.0 );
- glColor3f( 0.0, 1.0, 1.0 );
+ glColor3f( 0.0, 0.0, 1.0 );
glRectf( -0.75, -0.75, 0.75, 0.75 );
glFlush();
XMapWindow( dpy, win );
event_loop( dpy, pm );
+
return 0;
}