# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1181722895 0 # Node ID 25e0090e9ec6ed19fcb251d547f96d2d042df6c0 # Parent 39052784ce79f708d096ace6041745cddcea8f1c (struct image) [HAVE_WINDOW_SYSTEM]: New members frame_foreground and frame_background. diff -r 39052784ce79 -r 25e0090e9ec6 src/dispextern.h --- 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'. */