summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-12-14 03:19:06 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-12-14 03:19:06 +0000
commiteaf0eac7d327468a617a64820e1f41279eef1a8d (patch)
tree6e9a5d513252a32550c653d34d2d883403c13341 /include
parentb70f5c21e713d9df0a1fcd4c6871f80caabdaace (diff)
oops, wrong value for GLX_SAMPLES
Diffstat (limited to 'include')
-rw-r--r--include/GL/glx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h
index 89c474d4abd..e19937f8bb3 100644
--- a/include/GL/glx.h
+++ b/include/GL/glx.h
@@ -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*/