swrast: s/Data/Map/ in swrast_texture_image
[mesa.git] / src / mesa / tnl_dd / t_dd_unfilled.h
index 9c467291a140725c39f9df0490bf858166d9e793..9856a36d6fbed9d376298b4db488dd342598b26b 100644 (file)
@@ -32,7 +32,7 @@
 #define VERT_RESTORE_SPEC( idx )
 #endif
 
-static void TAG(unfilled_tri)( GLcontext *ctx,
+static void TAG(unfilled_tri)( struct gl_context *ctx,
                               GLenum mode,
                               GLuint e0, GLuint e1, GLuint e2 )
 {
@@ -95,7 +95,7 @@ static void TAG(unfilled_tri)( GLcontext *ctx,
 }
 
 
-static void TAG(unfilled_quad)( GLcontext *ctx,
+static void TAG(unfilled_quad)( struct gl_context *ctx,
                                GLenum mode,
                                GLuint e0, GLuint e1,
                                GLuint e2, GLuint e3 )