Drop GLcontext typedef and use struct gl_context instead
[mesa.git] / src / mesa / swrast / s_tritemp.h
index 0aa8739f4f2558f33829b97d7df5f4dbd2eab4fc..4d6309b82ac23572683fda617348f086a0233985 100644 (file)
@@ -108,7 +108,7 @@ do {                                                                \
 #endif
 
 
-static void NAME(GLcontext *ctx, const SWvertex *v0,
+static void NAME(struct gl_context *ctx, const SWvertex *v0,
                                  const SWvertex *v1,
                                  const SWvertex *v2 )
 {