summaryrefslogtreecommitdiff
path: root/include/GL/fxmesa.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/GL/fxmesa.h')
-rw-r--r--include/GL/fxmesa.h4
1 files changed, 1 insertions, 3 deletions
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);