emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 5141234acf: Refactor the webp cache code to allow usage by gi


From: Lars Ingebrigtsen
Subject: Re: master 5141234acf: Refactor the webp cache code to allow usage by gif_load, too
Date: Mon, 11 Apr 2022 15:15:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Po Lu <luangruo@yahoo.com> writes:

> Why not put something like this inside mark_image_cache?
>
> #if defined HAVE_WEBP || defined HAVE_GIF
> for (struct anim_cache *cache = anim_cache;
>      cache; cache = cache->next)
>   mark_object (cache->spec);
> #endif

Oh, yeah, that's a good idea.  Thanks -- I thought I'd have to do
something more complicated.

I'll push to Emacs 29 in a moment.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]