summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_alpha.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/swrast/s_alpha.h')
-rw-r--r--src/mesa/swrast/s_alpha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_alpha.h b/src/mesa/swrast/s_alpha.h
index 239484a974..7cd6d800b2 100644
--- a/src/mesa/swrast/s_alpha.h
+++ b/src/mesa/swrast/s_alpha.h
@@ -33,7 +33,7 @@
extern GLint
-_swrast_alpha_test( const GLcontext *ctx, SWspan *span );
+_swrast_alpha_test( const struct gl_context *ctx, SWspan *span );
#endif