aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/main/debug.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-08-30 08:04:44 +0200
committermarha <marha@users.sourceforge.net>2011-08-30 08:08:15 +0200
commit82ce0534a7bc89f1ed93b4b952b30ceb3d94210d (patch)
treea2b73894a436b1158cf0e8e2f2ea946478529d12 /mesalib/src/mesa/main/debug.h
parent01df5d59e56a1b060568f8cad2e89f7eea22fc70 (diff)
downloadvcxsrv-82ce0534a7bc89f1ed93b4b952b30ceb3d94210d.tar.gz
vcxsrv-82ce0534a7bc89f1ed93b4b952b30ceb3d94210d.tar.bz2
vcxsrv-82ce0534a7bc89f1ed93b4b952b30ceb3d94210d.zip
mesa git update 30 aug 2011
Diffstat (limited to 'mesalib/src/mesa/main/debug.h')
-rw-r--r--mesalib/src/mesa/main/debug.h2
1 files changed, 1 insertions, 1 deletions
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