diff options
Diffstat (limited to 'src/glut/glx/glut_space.c')
-rw-r--r-- | src/glut/glx/glut_space.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/glut/glx/glut_space.c b/src/glut/glx/glut_space.c index aeb00b767ed..cde6ea732ce 100644 --- a/src/glut/glx/glut_space.c +++ b/src/glut/glx/glut_space.c @@ -7,7 +7,7 @@ #include "glutint.h" -void APIENTRY +void GLUTAPIENTRY glutSpaceballMotionFunc(GLUTspaceMotionCB spaceMotionFunc) { __glutCurrentWindow->spaceMotion = spaceMotionFunc; @@ -16,7 +16,7 @@ glutSpaceballMotionFunc(GLUTspaceMotionCB spaceMotionFunc) GLUT_DEVICE_MASK_WORK); } -void APIENTRY +void GLUTAPIENTRY glutSpaceballRotateFunc(GLUTspaceRotateCB spaceRotateFunc) { __glutCurrentWindow->spaceRotate = spaceRotateFunc; @@ -25,7 +25,7 @@ glutSpaceballRotateFunc(GLUTspaceRotateCB spaceRotateFunc) GLUT_DEVICE_MASK_WORK); } -void APIENTRY +void GLUTAPIENTRY glutSpaceballButtonFunc(GLUTspaceButtonCB spaceButtonFunc) { __glutCurrentWindow->spaceButton = spaceButtonFunc; |