aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2007-06-13 08:21:35 +0000
committerYAMAMOTO Mitsuharu2007-06-13 08:21:35 +0000
commitf6b5464848c7a3d6aff921eed4df7e00f8000326 (patch)
treee37975505158e38a0de471ecb5d8458e9a1b58d2 /src
parent1ce9c95c40955e7a2b13486da24559494485c770 (diff)
downloademacs-f6b5464848c7a3d6aff921eed4df7e00f8000326.tar.gz
emacs-f6b5464848c7a3d6aff921eed4df7e00f8000326.zip
(struct image) [HAVE_WINDOW_SYSTEM]: New members
frame_foreground and frame_background.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h4
1 files changed, 4 insertions, 0 deletions
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
2431 if necessary. */ 2431 if necessary. */
2432 unsigned long background; 2432 unsigned long background;
2433 2433
2434 /* Foreground and background colors of the frame on which the image
2435 is created. */
2436 unsigned long frame_foreground, frame_background;
2437
2434 /* True if this image has a `transparent' background -- that is, is 2438 /* True if this image has a `transparent' background -- that is, is
2435 uses an image mask. The accessor macro for this is 2439 uses an image mask. The accessor macro for this is
2436 `IMAGE_BACKGROUND_TRANSPARENT'. */ 2440 `IMAGE_BACKGROUND_TRANSPARENT'. */