Fix a bug with some untested glXPbuffer attributes that a Mesa test brought out.
--- 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: