diff options
Diffstat (limited to 'src/mesa/swrast/s_logic.h')
-rw-r--r-- | src/mesa/swrast/s_logic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_logic.h b/src/mesa/swrast/s_logic.h index d609513348d..95c7fe3e150 100644 --- a/src/mesa/swrast/s_logic.h +++ b/src/mesa/swrast/s_logic.h @@ -31,7 +31,7 @@ #include "s_span.h" extern void -_swrast_logicop_rgba_span(GLcontext *ctx, struct gl_renderbuffer *rb, +_swrast_logicop_rgba_span(struct gl_context *ctx, struct gl_renderbuffer *rb, SWspan *span); |