[Xquartz-changes] [243] AppleSGLX/trunk/glx_pbuffer.c

source_changes at macosforge.org source_changes at macosforge.org
Sun Feb 22 16:33:30 PST 2009


Revision: 243
          http://trac.macosforge.org/projects/xquartz/changeset/243
Author:   gstaplin at apple.com
Date:     2009-02-22 16:33:30 -0800 (Sun, 22 Feb 2009)
Log Message:
-----------
Fix a bug with some untested glXPbuffer attributes that a Mesa test brought out.

Modified Paths:
--------------
    AppleSGLX/trunk/glx_pbuffer.c

Modified: AppleSGLX/trunk/glx_pbuffer.c
===================================================================
--- AppleSGLX/trunk/glx_pbuffer.c	2009-02-23 00:14:29 UTC (rev 242)
+++ AppleSGLX/trunk/glx_pbuffer.c	2009-02-23 00:33:30 UTC (rev 243)
@@ -71,10 +71,12 @@
 	    
 	case GLX_LARGEST_PBUFFER:
 	    /* This is a hint we should probably handle, but how? */
+	    ++i;
 	    break;
 
 	case GLX_PRESERVED_CONTENTS:
 	    /* The contents are always preserved with AppleSGLX with CGL. */
+	    ++i;
 	    break;
 	    
 	default:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20090222/0e33ca95/attachment.html>


More information about the Xquartz-changes mailing list