From 82ce0534a7bc89f1ed93b4b952b30ceb3d94210d Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 30 Aug 2011 08:04:44 +0200 Subject: mesa git update 30 aug 2011 --- mesalib/src/mesa/main/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesalib/src/mesa/main/debug.h') diff --git a/mesalib/src/mesa/main/debug.h b/mesalib/src/mesa/main/debug.h index d7c53b655..bc64a83bb 100644 --- a/mesalib/src/mesa/main/debug.h +++ b/mesalib/src/mesa/main/debug.h @@ -89,6 +89,6 @@ _mesa_dump_image(const char *filename, const void *image, GLuint w, GLuint h, GLenum format, GLenum type); extern void -_mesa_print_texture(struct gl_context *ctx, const struct gl_texture_image *img); +_mesa_print_texture(struct gl_context *ctx, struct gl_texture_image *img); #endif -- cgit v1.2.3