diff options
author | Daniel Borca <dborca@users.sourceforge.net> | 2004-02-10 07:46:07 +0000 |
---|---|---|
committer | Daniel Borca <dborca@users.sourceforge.net> | 2004-02-10 07:46:07 +0000 |
commit | 22633805fa4edf5771a4aa951de947e3346f76be (patch) | |
tree | d42f839120616b2dcce246ed260da3d16168f3bd /include/GL/fxmesa.h | |
parent | a1b9b1a4409729fa8b6714e5847544576fcee404 (diff) |
fixed back fxMesaGetCurrentContext to match MakeCurrent
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 5c63a8db65..057e6bd017 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); |