summaryrefslogtreecommitdiff
path: root/src/mesa/main/blend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/blend.h')
-rw-r--r--src/mesa/main/blend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/blend.h b/src/mesa/main/blend.h
index b4fd7470eb..677b01cc9f 100644
--- a/src/mesa/main/blend.h
+++ b/src/mesa/main/blend.h
@@ -82,6 +82,6 @@ _mesa_ClampColorARB(GLenum target, GLenum clamp);
extern void
-_mesa_init_color( GLcontext * ctx );
+_mesa_init_color( struct gl_context * ctx );
#endif