From f2f5f4f8842b984d58f8a24f0a6c3c150f53baad Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 12 Feb 2003 23:56:21 +0000 Subject: replace APIENTRY with GLUTAPIENTRY to be consistant with glut.h --- src/glut/glx/glut_keyctrl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/glut/glx/glut_keyctrl.c') diff --git a/src/glut/glx/glut_keyctrl.c b/src/glut/glx/glut_keyctrl.c index a4bc0210b7..c76912e100 100644 --- a/src/glut/glx/glut_keyctrl.c +++ b/src/glut/glx/glut_keyctrl.c @@ -8,13 +8,13 @@ #include "glutint.h" /* CENTRY */ -void APIENTRY +void GLUTAPIENTRY glutIgnoreKeyRepeat(int ignore) { __glutCurrentWindow->ignoreKeyRepeat = ignore; } -void APIENTRY +void GLUTAPIENTRY glutSetKeyRepeat(int repeatMode) { #if !defined(_WIN32) -- cgit v1.2.3