added GLX_SAMPLE_BUFFERS, GLX_SAMPLES

This commit is contained in:
Brian Paul
2001-12-14 03:18:08 +00:00
parent 15d4a2327d
commit b70f5c21e7

View File

@@ -1,8 +1,8 @@
/* $Id: glx.h,v 1.33 2001/09/24 14:15:58 brianp Exp $ */
/* $Id: glx.h,v 1.34 2001/12/14 03:18:08 brianp Exp $ */
/*
* Mesa 3-D graphics library
* Version: 4.0
* Version: 4.1
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
@@ -172,8 +172,8 @@ extern "C" {
/*
* GLX 1.4 and later:
*/
#define GLX_SAMPLE_BUFFERS_SGIS 100000
#define GLX_SAMPLES_SGIS 100001
#define GLX_SAMPLE_BUFFERS 0x186a0 /*100000*/
#define GLX_SAMPLES 0x816a1 /*100001*/