swrast: use BITFIELD64_BIT() macro to fix MSVC warnings
[mesa.git] / src / mesa / swrast / s_masking.c
index e38d90f199e1d67af16152aa10ffe95285e2147e..2e68f8c4bd7d0f72c1e754fc8e26a33c0e7d6d62 100644 (file)
@@ -40,7 +40,7 @@
  * Apply the color mask to a span of rgba values.
  */
 void
-_swrast_mask_rgba_span(GLcontext *ctx, struct gl_renderbuffer *rb,
+_swrast_mask_rgba_span(struct gl_context *ctx, struct gl_renderbuffer *rb,
                        SWspan *span, GLuint buf)
 {
    const GLuint n = span->end;