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 269be1f2e4..871a0c0455 100644 --- a/src/mesa/swrast/s_atifragshader.h +++ b/src/mesa/swrast/s_atifragshader.h @@ -31,7 +31,7 @@ extern void -_swrast_exec_fragment_shader( GLcontext *ctx, struct sw_span *span ); +_swrast_exec_fragment_shader( GLcontext *ctx, SWspan *span ); #endif |