fxt1_decode_1() needs to be non-static for the tdfx and glide drivers.

This commit is contained in:
Adam Jackson
2004-12-15 22:57:59 +00:00
parent 20456d6a3d
commit 2719b54f53
+2 -2
View File
@@ -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, GLubyte *rgba);
@@ -1635,7 +1635,7 @@ fxt1_decode_1ALPHA (GLubyte *code, GLint t, GLubyte *rgba)
}
static void
void
fxt1_decode_1 (const void *texture, GLint stride, /* in pixels */
GLint i, GLint j, GLubyte *rgba)
{