summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_arrayelt.c
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2003-12-04 20:23:44 +0000
committerKarl Schultz <kschultz@freedesktop.org>2003-12-04 20:23:44 +0000
commitd6745697b625a6a5b7d6e3d7dd5f5510f96e277a (patch)
treeb279d00892a98457504a2efa205f4e70ea10cdad /src/mesa/main/api_arrayelt.c
parentddd3fad6e510a765bbbdd1406d9100d753e3dc2b (diff)
Add missing GLAPIENTRY
Diffstat (limited to 'src/mesa/main/api_arrayelt.c')
-rw-r--r--src/mesa/main/api_arrayelt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/api_arrayelt.c b/src/mesa/main/api_arrayelt.c
index 68e263ea1b..aefeadf228 100644
--- a/src/mesa/main/api_arrayelt.c
+++ b/src/mesa/main/api_arrayelt.c
@@ -337,7 +337,7 @@ static void _ae_update_state( GLcontext *ctx )
}
-void _ae_loopback_array_elt( GLint elt )
+void GLAPIENTRY _ae_loopback_array_elt( GLint elt )
{
GET_CURRENT_CONTEXT(ctx);
AEcontext *actx = AE_CONTEXT(ctx);