diff options
author | Kendall Bennett <KendallB@scitechsoft.com> | 1999-11-12 16:46:56 +0000 |
---|---|---|
committer | Kendall Bennett <KendallB@scitechsoft.com> | 1999-11-12 16:46:56 +0000 |
commit | be599f845f7acac94444ce74eff20296ed0a309f (patch) | |
tree | cd9c66eaf4b3180a9427b164d70a82e47fff3567 /src/mesa/glapi | |
parent | f945672623c947b19d196c32e76229baf0043943 (diff) |
. More Watcom C++ warnings fixed in Mesa.
Diffstat (limited to 'src/mesa/glapi')
-rw-r--r-- | src/mesa/glapi/glapi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c index 73fc30443e..89d47d8e9f 100644 --- a/src/mesa/glapi/glapi.c +++ b/src/mesa/glapi/glapi.c @@ -1,4 +1,4 @@ -/* $Id: glapi.c,v 1.4 1999/11/12 00:06:07 brianp Exp $ */ +/* $Id: glapi.c,v 1.5 1999/11/12 16:46:56 kendallb Exp $ */ /* * Mesa 3-D graphics library @@ -2453,7 +2453,7 @@ void GLAPIENTRY glWindowPos4dvMESA(const GLdouble *p) #ifdef _GLAPI_MESA_resize_buffers -GLAPI void GLAPIENTRY glResizeBuffersMESA(void) +void GLAPIENTRY glResizeBuffersMESA(void) { DISPATCH(ResizeBuffersMESA)(); } |