]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 2dd0d91b111e0401034acb7eb0ae4d62807129de..038f6d940b00e6200b396009fd4d67f87e3d8e95 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'.  */