summaryrefslogtreecommitdiff
path: root/src/mesa/main/drawtex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/drawtex.c')
-rw-r--r--src/mesa/main/drawtex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/drawtex.c b/src/mesa/main/drawtex.c
index c2ad5f2386..b9afc9974e 100644
--- a/src/mesa/main/drawtex.c
+++ b/src/mesa/main/drawtex.c
@@ -30,7 +30,7 @@
static void
-draw_texture(GLcontext *ctx, GLfloat x, GLfloat y, GLfloat z,
+draw_texture(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z,
GLfloat width, GLfloat height)
{
if (!ctx->Extensions.OES_draw_texture) {