summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress_fxt1.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-11-30 14:47:34 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-11-30 14:47:34 +0000
commit94ae2b4f25ba142da6b7c16a376156473f0d43e7 (patch)
treee21f7c9b4deb329fb2148431fbc2f4f658c3e46a /src/mesa/main/texcompress_fxt1.c
parent5910dfacf100f3748a732cc262a7913e2922016e (diff)
fxt1_decode_1() should not be static
Diffstat (limited to 'src/mesa/main/texcompress_fxt1.c')
-rw-r--r--src/mesa/main/texcompress_fxt1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/texcompress_fxt1.c b/src/mesa/main/texcompress_fxt1.c
index 58d4298dd6..44b450fd56 100644
--- a/src/mesa/main/texcompress_fxt1.c
+++ b/src/mesa/main/texcompress_fxt1.c
@@ -45,7 +45,7 @@ fxt1_encode (GLuint width, GLuint height, GLint comps,
const void *source, GLint srcRowStride,
void *dest, GLint destRowStride);
-static void
+void
fxt1_decode_1 (const void *texture, GLint stride,
GLint i, GLint j, GLchan *rgba);
@@ -1679,7 +1679,7 @@ fxt1_decode_1ALPHA (const GLubyte *code, GLint t, GLchan *rgba)
}
-static void
+void
fxt1_decode_1 (const void *texture, GLint stride, /* in pixels */
GLint i, GLint j, GLchan *rgba)
{