]> git.eshelyaron.com Git - emacs.git/commit
Make gif_load work across architectures again
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 11 Apr 2022 14:52:34 +0000 (16:52 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 11 Apr 2022 14:52:34 +0000 (16:52 +0200)
commit0e7185cefae6033e2e0628ce91009e1fbf328206
tree4713536394b95a134a738653b1e114e91ad3285a
parentbe48dfe0b3a80c0896f4d562c6a8f428ec91d19e
Make gif_load work across architectures again

* src/image.c (gif_load): Invert the way animated pixmaps are
created: Work on the cached computed-so-far pixmap, and then copy
the entire thing to the ximg with PUT_PIXEL at the end.  This
should work across platforms, which the previous version didn't.
src/image.c