From 391e6e707968a8ee74e88b5e19ba90e799572c93 Mon Sep 17 00:00:00 2001 From: Bert Date: Sat, 20 Aug 2011 13:07:36 +0200 Subject: Mention origin of img_load_gif() in comment --- image.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'image.c') diff --git a/image.c b/image.c index efd4569..ecba864 100644 --- a/image.c +++ b/image.c @@ -62,6 +62,9 @@ void img_init(img_t *img, win_t *win) { } #ifdef HAVE_GIFLIB +/* originally based on, but in it's current form merely inspired by Imlib2's + * src/modules/loaders/loader_gif.c:load(), written by Carsten Haitzler. + */ int img_load_gif(img_t *img, const fileinfo_t *file) { GifFileType *gif; GifRowType *rows = NULL; -- cgit v1.2.3-54-g00ecf