aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2013-08-15 22:17:35 +0200
committerLars Magne Ingebrigtsen2013-08-15 22:17:35 +0200
commit0f8a692622e18520c11ae7ae0c3e51b04b410790 (patch)
treed90e61906a11858beb0bb1c853ba93fe02c96eb3 /src
parent1eade9434208f966037ca01e96db1e156b51e215 (diff)
downloademacs-0f8a692622e18520c11ae7ae0c3e51b04b410790.tar.gz
emacs-0f8a692622e18520c11ae7ae0c3e51b04b410790.zip
Add comment.
Diffstat (limited to 'src')
-rw-r--r--src/image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/image.c b/src/image.c
index 3d12ea8e9eb..41c991f09c6 100644
--- a/src/image.c
+++ b/src/image.c
@@ -7908,6 +7908,7 @@ imagemagick_compute_animated_image (MagickWand *super_wand, int ino)
7908 MagickGetImagePage (sub_wand, &source_width, &source_height, 7908 MagickGetImagePage (sub_wand, &source_width, &source_height,
7909 &source_left, &source_top); 7909 &source_left, &source_top);
7910 7910
7911 /* This flag says how to handle transparent pixels. */
7911 dispose = MagickGetImageDispose (sub_wand); 7912 dispose = MagickGetImageDispose (sub_wand);
7912 7913
7913 source_iterator = NewPixelIterator (sub_wand); 7914 source_iterator = NewPixelIterator (sub_wand);