* image.c (search_image_cache): New function. Require background

color match if background color is unspecified in the image spec.
(uncache_image, lookup_image): Use it.
This commit is contained in:
Chong Yidong 2007-06-03 00:21:56 +00:00
parent 0de301ed8c
commit d94df25b2d

View file

@ -1,3 +1,9 @@
2007-06-03 Chong Yidong <cyd@stupidchicken.com>
* image.c (search_image_cache): New function. Require background
color match if background color is unspecified in the image spec.
(uncache_image, lookup_image): Use it.
2007-06-01 Juanma Barranquero <lekktu@gmail.com>
* window.c (Fshrink_window): Reflow docstring.