Mercurial > emacs
changeset 78449:820186eb8f18
(struct image): New members.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 07 Aug 2007 16:32:33 +0000 |
parents | 681eb7074f83 |
children | 69b18f59a998 |
files | src/dispextern.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Tue Aug 07 16:32:21 2007 +0000 +++ b/src/dispextern.h Tue Aug 07 16:32:33 2007 +0000 @@ -2431,6 +2431,10 @@ if necessary. */ unsigned long background; + /* Foreground and background colors of the frame on which the image + is created. */ + unsigned long frame_foreground, frame_background; + /* True if this image has a `transparent' background -- that is, is uses an image mask. The accessor macro for this is `IMAGE_BACKGROUND_TRANSPARENT'. */