Mercurial > emacs
changeset 31689:0b116000e89f
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 18 Sep 2000 11:17:46 +0000 |
parents | 437830e83b45 |
children | 6abff42174ea |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Sep 18 11:17:23 2000 +0000 +++ b/src/ChangeLog Mon Sep 18 11:17:46 2000 +0000 @@ -1,5 +1,10 @@ 2000-09-18 Gerd Moellmann <gerd@gnu.org> + * xfns.c (clear_image_cache): Clear current matrices of all + frames sharing an image cache. Block input while freeing + images. Fix timestamp comparison. + (x_clear_image): Also free the mask. + * xfns.c (lookup_image): Block input while loading the image so that we won't get interrupted in a state where the image isn't yet set up completely.