diff options
Diffstat (limited to 'src/mesa/swrast/s_logic.h')
-rw-r--r-- | src/mesa/swrast/s_logic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_logic.h b/src/mesa/swrast/s_logic.h index 55fbf66025..0bc2c3f8a8 100644 --- a/src/mesa/swrast/s_logic.h +++ b/src/mesa/swrast/s_logic.h @@ -33,12 +33,12 @@ extern void _swrast_logicop_ci_span(GLcontext *ctx, struct gl_renderbuffer *rb, - struct sw_span *span); + SWspan *span); extern void _swrast_logicop_rgba_span(GLcontext *ctx, struct gl_renderbuffer *rb, - struct sw_span *span); + SWspan *span); #endif |