aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/main/texcompress.h
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/mesa/main/texcompress.h')
-rw-r--r--mesalib/src/mesa/main/texcompress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesalib/src/mesa/main/texcompress.h b/mesalib/src/mesa/main/texcompress.h
index 2c357068c..34f4fae7a 100644
--- a/mesalib/src/mesa/main/texcompress.h
+++ b/mesalib/src/mesa/main/texcompress.h
@@ -43,7 +43,7 @@ extern gl_format
_mesa_glenum_to_compressed_format(GLenum format);
extern GLenum
-_mesa_compressed_format_to_glenum(struct gl_context *ctx, GLuint mesaFormat);
+_mesa_compressed_format_to_glenum(struct gl_context *ctx, gl_format mesaFormat);
extern GLubyte *
_mesa_compressed_image_address(GLint col, GLint row, GLint img,