]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct image): New members.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 7 Aug 2007 16:32:33 +0000 (16:32 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 7 Aug 2007 16:32:33 +0000 (16:32 +0000)
src/dispextern.h

index 4a7a790ad7e0cc52b4b8628b6f3917d4c00e540d..4cd9c42cc0fe32d9715a6aeb06bf64e1a7d0e96b 100644 (file)
@@ -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'.  */