aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-08-07 16:32:33 +0000
committerChong Yidong2007-08-07 16:32:33 +0000
commit6facdb9be286bdedf62adcbb03e07829909420d1 (patch)
treeafafcb2c8880d66a3358ead30e13a67c7bf53388
parent3d91c31d454894c172c42bf0f8726c85c5f299fd (diff)
downloademacs-6facdb9be286bdedf62adcbb03e07829909420d1.tar.gz
emacs-6facdb9be286bdedf62adcbb03e07829909420d1.zip
(struct image): New members.
-rw-r--r--src/dispextern.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 4a7a790ad7e..4cd9c42cc0f 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'. */