mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-23 23:30:22 +01:00
fix build problem
This commit is contained in:
parent
99fc261c47
commit
609e54820c
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ static void copy_pv( GLcontext *ctx, GLuint edst, GLuint esrc )
|
|||
}
|
||||
|
||||
static struct {
|
||||
tnl_emit_func emit;
|
||||
void (*emit)( GLcontext *, GLuint, GLuint, void * );
|
||||
tnl_interp_func interp;
|
||||
tnl_copy_pv_func copy_pv;
|
||||
GLboolean (*check_tex_sizes)( GLcontext *ctx );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue