oops, wrong value for GLX_SAMPLES
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 14 Dec 2001 03:19:06 +0000 (03:19 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 14 Dec 2001 03:19:06 +0000 (03:19 +0000)
include/GL/glx.h

index 89c474d4abd99e4d366c1de58a0613aab4bc20c2..e19937f8bb3d18774f22440032159a162c3eb576 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: glx.h,v 1.34 2001/12/14 03:18:08 brianp Exp $ */
+/* $Id: glx.h,v 1.35 2001/12/14 03:19:06 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -173,7 +173,7 @@ extern "C" {
  * GLX 1.4 and later:
  */
 #define GLX_SAMPLE_BUFFERS              0x186a0 /*100000*/
-#define GLX_SAMPLES                     0x816a1 /*100001*/
+#define GLX_SAMPLES                     0x186a1 /*100001*/