Fix a problem that caused the new interface code to not actually be
[mesa.git] / src / glut / glx / glut_tablet.c
index 92567f9a8e3e95e39b4b455396ac0cc607514b6a..80c68288c1df1d8f27b19b5f6634b2123c6bc049 100644 (file)
@@ -9,7 +9,7 @@
 
 #include "glutint.h"
 
-void APIENTRY 
+void GLUTAPIENTRY 
 glutTabletMotionFunc(GLUTtabletMotionCB tabletMotionFunc)
 {
   __glutCurrentWindow->tabletMotion = tabletMotionFunc;
@@ -23,7 +23,7 @@ glutTabletMotionFunc(GLUTtabletMotionCB tabletMotionFunc)
   }
 }
 
-void APIENTRY 
+void GLUTAPIENTRY 
 glutTabletButtonFunc(GLUTtabletButtonCB tabletButtonFunc)
 {
   __glutCurrentWindow->tabletButton = tabletButtonFunc;