From b70f5c21e713d9df0a1fcd4c6871f80caabdaace Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 14 Dec 2001 03:18:08 +0000 Subject: added GLX_SAMPLE_BUFFERS, GLX_SAMPLES --- include/GL/glx.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/GL/glx.h') diff --git a/include/GL/glx.h b/include/GL/glx.h index 74e3cc01ab..89c474d4ab 100644 --- a/include/GL/glx.h +++ b/include/GL/glx.h @@ -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*/ -- cgit v1.2.3