From f6b5464848c7a3d6aff921eed4df7e00f8000326 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Wed, 13 Jun 2007 08:21:35 +0000 Subject: [PATCH] (struct image) [HAVE_WINDOW_SYSTEM]: New members frame_foreground and frame_background. --- src/dispextern.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/dispextern.h b/src/dispextern.h index 2dd0d91b111..038f6d940b0 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2431,6 +2431,10 @@ struct image 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'. */ -- 2.39.2