From a75246f8f5fa951d62b6b40db5bf47517b50d459 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 2 Oct 2003 17:36:43 +0000 Subject: updates from Daniel Borca --- include/GL/fxmesa.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/GL/fxmesa.h') diff --git a/include/GL/fxmesa.h b/include/GL/fxmesa.h index 42f6ed8d72c..24c38278f50 100644 --- a/include/GL/fxmesa.h +++ b/include/GL/fxmesa.h @@ -38,7 +38,7 @@ extern "C" { #endif -#define FXMESA_MAJOR_VERSION 4 +#define FXMESA_MAJOR_VERSION 5 #define FXMESA_MINOR_VERSION 0 @@ -52,6 +52,7 @@ extern "C" { #define FXMESA_STENCIL_SIZE 13 /* followed by an integer */ #define FXMESA_ACCUM_SIZE 14 /* followed by an integer */ #define FXMESA_COLORDEPTH 20 /* followed by an integer */ +#define FXMESA_SHARE_CONTEXT 990099 /* keep in sync with xmesa1.c! */ @@ -84,7 +85,7 @@ GLAPI void GLAPIENTRY fxMesaSetNearFar(GLfloat nearVal, GLfloat farVal); GLAPI void GLAPIENTRY fxMesaUpdateScreenSize(fxMesaContext ctx); -GLAPI int GLAPIENTRY fxQueryHardware(void); +GLAPI GLboolean GLAPIENTRY fxQueryHardware(void); GLAPI void GLAPIENTRY fxCloseHardware(void); -- cgit v1.2.3