mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
fxt1_decode_1() should not be static
This commit is contained in:
parent
5910dfacf1
commit
94ae2b4f25
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue