From eaf0eac7d327468a617a64820e1f41279eef1a8d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 14 Dec 2001 03:19:06 +0000 Subject: oops, wrong value for GLX_SAMPLES --- include/GL/glx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/GL/glx.h') diff --git a/include/GL/glx.h b/include/GL/glx.h index 89c474d4ab..e19937f8bb 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*/ -- cgit v1.2.3