Drop GLcontext typedef and use struct gl_context instead
[mesa.git] / src / mesa / tnl_dd / t_dd_triemit.h
index f5979ee9a750bc0a1abf047e1e0519cb9655a99c..39c9d26481b7c3909aed422c1d928005bb28b9e2 100644 (file)
@@ -136,7 +136,7 @@ static __inline void TAG(point)( CTX_ARG,
 #endif
 
 
-static void TAG(fast_clipped_poly)( GLcontext *ctx, const GLuint *elts,
+static void TAG(fast_clipped_poly)( struct gl_context *ctx, const GLuint *elts,
                                    GLuint n )
 {
    LOCAL_VARS