From e9e98405e720845f06f7a375585491e938f4dacd Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Fri, 19 Dec 2003 11:26:46 +0000 Subject: DMesa: removed MGA2064W driver DMesa: added capability to query visuals fxMesa: WGL_3DFX_gamma_control fxMesa: minor fixes to interface (fxQueryHardware vs fxMesaSelect...) --- include/GL/fxmesa.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/GL/fxmesa.h') diff --git a/include/GL/fxmesa.h b/include/GL/fxmesa.h index fd3dbaeac5..5c63a8db65 100644 --- a/include/GL/fxmesa.h +++ b/include/GL/fxmesa.h @@ -73,7 +73,7 @@ GLAPI fxMesaContext GLAPIENTRY fxMesaCreateBestContext(GLuint win, const GLint attribList[]); GLAPI void GLAPIENTRY fxMesaDestroyContext(fxMesaContext ctx); -GLAPI GLboolean GLAPIENTRY fxMesaSelectCurrentBoard(int n); +GLAPI GLint GLAPIENTRY fxMesaSelectCurrentBoard(int n); GLAPI void GLAPIENTRY fxMesaMakeCurrent(fxMesaContext ctx); @@ -85,8 +85,6 @@ GLAPI void GLAPIENTRY fxMesaSetNearFar(GLfloat nearVal, GLfloat farVal); GLAPI void GLAPIENTRY fxMesaUpdateScreenSize(fxMesaContext ctx); -GLAPI GLboolean GLAPIENTRY fxQueryHardware(void); - GLAPI void GLAPIENTRY fxCloseHardware(void); GLAPI void GLAPIENTRY fxGetScreenGeometry (GLint *w, GLint *h); -- cgit v1.2.3