radeon/r600: Fix remaining warnings when building 64 bit binary.
[mesa.git] / src / mesa / swrast / s_linetemp.h
index 55548f27b08a4a0568613bac3bfa9f3d4fa165a5..1abf8d6c7f3d1a8c84a95787abd2e9a20ff74358 100644 (file)
@@ -303,7 +303,13 @@ NAME( GLcontext *ctx, const SWvertex *vert0, const SWvertex *vert1 )
    }
 #endif
 
-   INIT_SPAN(span, GL_LINE, numPixels, interpFlags, SPAN_XY);
+   INIT_SPAN(span, GL_LINE);
+   span.end = numPixels;
+   span.interpMask = interpFlags;
+   span.arrayMask = SPAN_XY;
+
+   span.facing = swrast->PointLineFacing;
+
 
    /*
     * Draw