From: YAMAMOTO Mitsuharu Date: Wed, 13 Jun 2007 08:21:35 +0000 (+0000) Subject: (struct image) [HAVE_WINDOW_SYSTEM]: New members X-Git-Tag: emacs-pretest-23.0.90~12316 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f6b5464848c7a3d6aff921eed4df7e00f8000326;p=emacs.git (struct image) [HAVE_WINDOW_SYSTEM]: New members frame_foreground and frame_background. --- 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'. */