mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
oops, wrong value for GLX_SAMPLES
This commit is contained in:
parent
b70f5c21e7
commit
eaf0eac7d3
1 changed files with 2 additions and 2 deletions
|
|
@ -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*/
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue