diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/dmesa.h | 3 | ||||
-rw-r--r-- | include/GL/fxmesa.h | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/include/GL/dmesa.h b/include/GL/dmesa.h index 46aa4e22608..364792ac1ab 100644 --- a/include/GL/dmesa.h +++ b/include/GL/dmesa.h @@ -23,7 +23,7 @@ */ /* - * DOS/DJGPP device driver v1.4 for Mesa + * DOS/DJGPP device driver v1.5 for Mesa * * Copyright (C) 2002 - Borca Daniel * Email : [email protected] @@ -135,6 +135,7 @@ void DMesaSetCI (int ndx, GLfloat red, GLfloat green, GLfloat blue); */ #define DMESA_GET_SCREEN_SIZE 0x0100 #define DMESA_GET_DRIVER_CAPS 0x0200 +#define DMESA_GET_VIDEO_MODES 0x0300 #define DMESA_DRIVER_SWDB_BIT 0x1 /* software double-buffered */ #define DMESA_DRIVER_LLWO_BIT 0x2 /* lower-left window origin */ diff --git a/include/GL/fxmesa.h b/include/GL/fxmesa.h index fd3dbaeac5b..5c63a8db658 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); |