mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
Work around a method type mismatch in GNUstep.
This commit is contained in:
parent
1235c3b650
commit
1875a9d500
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ qtexture_t *TEX_ForName (char *name);
|
||||||
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
id image; // NSImage
|
NSImageRep *image;
|
||||||
NSRect r;
|
NSRect r;
|
||||||
char *name;
|
char *name;
|
||||||
int index;
|
int index;
|
||||||
|
|
Loading…
Reference in a new issue