mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +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 {
|
||||
id image; // NSImage
|
||||
NSImageRep *image;
|
||||
NSRect r;
|
||||
char *name;
|
||||
int index;
|
||||
|
|
Loading…
Reference in a new issue