diff options
author | Bert <ber.t@gmx.com> | 2011-08-20 13:07:36 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-08-20 13:07:36 +0200 |
commit | 391e6e707968a8ee74e88b5e19ba90e799572c93 (patch) | |
tree | 5bea4e3241a94017d679a3708ac3b1045516d8bf | |
parent | bb577d274dbd9981a726092a504466bc9b5c9bdb (diff) |
Mention origin of img_load_gif() in comment
-rw-r--r-- | image.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |