From 7718b3d642566921c47e23359ce17d33b570f617 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 28 Oct 2007 22:27:07 +0000 Subject: render stamp drawing is now done everywhere - (not just when saving images) separated stamp metadata and stamp draw functions. --- source/blender/blenpluginapi/iff.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenpluginapi') diff --git a/source/blender/blenpluginapi/iff.h b/source/blender/blenpluginapi/iff.h index f63f753e553..5eb52158a1a 100644 --- a/source/blender/blenpluginapi/iff.h +++ b/source/blender/blenpluginapi/iff.h @@ -209,6 +209,7 @@ LIBEXPORT void IMB_rectcpy(struct ImBuf *dbuf, struct ImBuf *sbuf, LIBEXPORT void IMB_rectfill(struct ImBuf *drect, float col[4]); LIBEXPORT void IMB_rectfill_area(struct ImBuf *ibuf, float *col, int x1, int y1, int x2, int y2); +LIBEXPORT void buf_rectfill_area(unsigned char *rect, float *rectf, int width, int height, float *col, int x1, int y1, int x2, int y2); #endif /* IFF_H */ -- cgit v1.2.3