From bdffe196afee7ea2cd5bbdffa3514b4ae2b68196 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Thu, 9 Dec 2004 13:09:11 +0000 Subject: This fixes bug #1990 It moves targa, bmp, iris and png loading so that were not opening 2 file handles for each file, and made them like the jpeg stuff. Also cleaned up some minor other stuff. Kent --- source/blender/imbuf/intern/IMB_iris.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/imbuf/intern/IMB_iris.h') diff --git a/source/blender/imbuf/intern/IMB_iris.h b/source/blender/imbuf/intern/IMB_iris.h index 046cff62947..74126a1a166 100644 --- a/source/blender/imbuf/intern/IMB_iris.h +++ b/source/blender/imbuf/intern/IMB_iris.h @@ -43,7 +43,7 @@ struct ImBuf; struct ImBuf *imb_loadiris(unsigned char *mem, int flags); -short imb_saveiris(struct ImBuf * ibuf, int file, int flags); +short imb_saveiris(struct ImBuf * ibuf, char *name, int flags); #endif -- cgit v1.2.3