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: Po Lu
Subject: Re: master 5141234acf: Refactor the webp cache code to allow usage by gif_load, too
Date: Mon, 11 Apr 2022 21:29:22 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> 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.

Any time, thanks!


reply via email to

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