diff options
Diffstat (limited to 'src/mesa/swrast/s_accum.c')
-rw-r--r-- | src/mesa/swrast/s_accum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_accum.c b/src/mesa/swrast/s_accum.c index 46da9b89da..64b6d6b84e 100644 --- a/src/mesa/swrast/s_accum.c +++ b/src/mesa/swrast/s_accum.c @@ -469,7 +469,7 @@ accum_return(GLcontext *ctx, GLfloat value, for (i = 0; i < height; i++) { GLshort accumRow[4 * MAX_WIDTH]; GLshort *acc; - struct sw_span span; + SWspan span; /* init color span */ INIT_SPAN(span, GL_BITMAP, width, 0, SPAN_RGBA); |