(struct image) [HAVE_WINDOW_SYSTEM]: New members
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 13 Jun 2007 08:21:35 +0000 (08:21 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 13 Jun 2007 08:21:35 +0000 (08:21 +0000)
frame_foreground and frame_background.

src/dispextern.h

index 2dd0d91..038f6d9 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'.  */