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_swap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glut/glx/glut_swap.c') diff --git a/src/glut/glx/glut_swap.c b/src/glut/glx/glut_swap.c index cb3f653c72..4831b8eb35 100644 --- a/src/glut/glx/glut_swap.c +++ b/src/glut/glx/glut_swap.c @@ -13,7 +13,7 @@ GLint __glutSwapCount = 0; GLint __glutSwapTime = 0; /* CENTRY */ -void APIENTRY +void GLUTAPIENTRY glutSwapBuffers(void) { GLUTwindow *window = __glutCurrentWindow; -- cgit v1.2.3