oops, wrong value for GLX_SAMPLES

This commit is contained in:
Brian Paul
2001-12-14 03:19:06 +00:00
parent b70f5c21e7
commit eaf0eac7d3

View 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*/