# HG changeset patch # User Chong Yidong # Date 1186504353 0 # Node ID 820186eb8f18616e82b85f063eb077d8b78973af # Parent 681eb7074f83a94c9652f52c665d9792294c4380 (struct image): New members. diff -r 681eb7074f83 -r 820186eb8f18 src/dispextern.h --- 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'. */