Mercurial > emacs
changeset 81364:25e0090e9ec6
(struct image) [HAVE_WINDOW_SYSTEM]: New members
frame_foreground and frame_background.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Wed, 13 Jun 2007 08:21:35 +0000 |
parents | 39052784ce79 |
children | 22b5fa7b116a |
files | src/dispextern.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Wed Jun 13 07:23:26 2007 +0000 +++ b/src/dispextern.h Wed Jun 13 08:21:35 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'. */