summaryrefslogtreecommitdiff
path: root/src/glut/glx/glut_gamemode.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-02-12 23:56:21 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-02-12 23:56:21 +0000
commitf2f5f4f8842b984d58f8a24f0a6c3c150f53baad (patch)
treeb6ff8c1b153d8ae97ee0a4aa71a18d507a3f8f1e /src/glut/glx/glut_gamemode.c
parent095f59a30347fea0fc804400620a64dbb7a9273c (diff)
replace APIENTRY with GLUTAPIENTRY to be consistant with glut.h
Diffstat (limited to 'src/glut/glx/glut_gamemode.c')
-rw-r--r--src/glut/glx/glut_gamemode.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/glut/glx/glut_gamemode.c b/src/glut/glx/glut_gamemode.c
index fc9131fb30..3ffeafee57 100644
--- a/src/glut/glx/glut_gamemode.c
+++ b/src/glut/glx/glut_gamemode.c
@@ -59,7 +59,7 @@ __glutCloseDownGameMode(void)
__glutGameModeWindow = NULL;
}
-void APIENTRY
+void GLUTAPIENTRY
glutLeaveGameMode(void)
{
if (__glutGameModeWindow == NULL) {
@@ -548,7 +548,7 @@ parseDisplayString(const char *display, int *ncriteria)
return criteria;
}
-void APIENTRY
+void GLUTAPIENTRY
glutGameModeString(const char *string)
{
Criterion *criteria;
@@ -560,7 +560,7 @@ glutGameModeString(const char *string)
free(criteria);
}
-int APIENTRY
+int GLUTAPIENTRY
glutEnterGameMode(void)
{
GLUTwindow *window;
@@ -654,7 +654,7 @@ glutEnterGameMode(void)
return window->num + 1;
}
-int APIENTRY
+int GLUTAPIENTRY
glutGameModeGet(GLenum mode)
{
switch (mode) {