diff options
Diffstat (limited to 'include/GL/fxmesa.h')
-rw-r--r-- | include/GL/fxmesa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/fxmesa.h b/include/GL/fxmesa.h index 5c63a8db658..057e6bd017e 100644 --- a/include/GL/fxmesa.h +++ b/include/GL/fxmesa.h @@ -77,7 +77,7 @@ GLAPI GLint GLAPIENTRY fxMesaSelectCurrentBoard(int n); GLAPI void GLAPIENTRY fxMesaMakeCurrent(fxMesaContext ctx); -GLAPI void * GLAPIENTRY fxMesaGetCurrentContext(void); +GLAPI fxMesaContext GLAPIENTRY fxMesaGetCurrentContext(void); GLAPI void GLAPIENTRY fxMesaSwapBuffers(void); |