]> git.eshelyaron.com Git - emacs.git/commit
* dispextern.h (struct image): New members.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 7 Aug 2007 16:32:21 +0000 (16:32 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 7 Aug 2007 16:32:21 +0000 (16:32 +0000)
commit3d91c31d454894c172c42bf0f8726c85c5f299fd
tree2110e0148a04d6d29388dba8b17d5406484d71c9
parent275e235e8d5f9c0cb54ff716c0b382c5d5adc5e3
* dispextern.h (struct image): New members.

* image.c: Sync to trunk version.
(search_image_cache, uncache_image, image-refresh): New functions.
Check for fg and bg colors.
(lookup_image): Use search_image_cache.  Cache fg and bg colors.
(pbm_load): Another check for invalid image data.
(png_load): Ignore default background field.
src/ChangeLog