diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-12-14 03:19:06 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-12-14 03:19:06 +0000 |
commit | eaf0eac7d327468a617a64820e1f41279eef1a8d (patch) | |
tree | 6e9a5d513252a32550c653d34d2d883403c13341 /include | |
parent | b70f5c21e713d9df0a1fcd4c6871f80caabdaace (diff) | |
download | external_mesa3d-eaf0eac7d327468a617a64820e1f41279eef1a8d.zip external_mesa3d-eaf0eac7d327468a617a64820e1f41279eef1a8d.tar.gz external_mesa3d-eaf0eac7d327468a617a64820e1f41279eef1a8d.tar.bz2 |
oops, wrong value for GLX_SAMPLES
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/glx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h index 89c474d..e19937f 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*/ |