]> git.eshelyaron.com Git - emacs.git/commit
Make image-cache-size also include the animation cache
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 14 Jul 2022 15:18:25 +0000 (17:18 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 14 Jul 2022 16:59:09 +0000 (18:59 +0200)
commit4c542747bd40f3098a20aafe001889607f044188
treeb977a4862146411605901ab18b15423e64b01b61
parent95966b28fb1a3f541a4f988a74005d45554536dd
Make image-cache-size also include the animation cache

* src/image.c (struct anim_cache, anim_create_cache): Store approx
cache size.
(gif_load, webp_load): Ditto.
(Fimage_cache_size): Also report animation cache size (bug#56546).
src/image.c