diff options
Diffstat (limited to 'src/mesa/swrast/s_atifragshader.h')
-rw-r--r-- | src/mesa/swrast/s_atifragshader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_atifragshader.h b/src/mesa/swrast/s_atifragshader.h index cce455a0465..39a6e64ed92 100644 --- a/src/mesa/swrast/s_atifragshader.h +++ b/src/mesa/swrast/s_atifragshader.h @@ -32,7 +32,7 @@ extern void -_swrast_exec_fragment_shader( GLcontext *ctx, SWspan *span ); +_swrast_exec_fragment_shader( struct gl_context *ctx, SWspan *span ); #endif |