From cdb27e8242215271364602995d85607cfc06d441 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 1 Oct 2006 16:03:05 +0000 Subject: New SWspan and SWspanarrays typedefs. --- src/mesa/swrast/s_tritemp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/swrast/s_tritemp.h') diff --git a/src/mesa/swrast/s_tritemp.h b/src/mesa/swrast/s_tritemp.h index 29a7a94da1..9e0a8a3d32 100644 --- a/src/mesa/swrast/s_tritemp.h +++ b/src/mesa/swrast/s_tritemp.h @@ -216,7 +216,7 @@ static void NAME(GLcontext *ctx, const SWvertex *v0, #endif GLinterp vMin_fx, vMin_fy, vMid_fx, vMid_fy, vMax_fx, vMax_fy; - struct sw_span span; + SWspan span; INIT_SPAN(span, GL_POLYGON, 0, 0, 0); -- cgit v1.2.3