emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispextern.h,v [EMACS_22_BASE]


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h,v [EMACS_22_BASE]
Date: Tue, 07 Aug 2007 16:32:34 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Chong Yidong <cyd>      07/08/07 16:32:34

Index: dispextern.h
===================================================================
RCS file: /sources/emacs/emacs/src/dispextern.h,v
retrieving revision 1.225.2.1
retrieving revision 1.225.2.2
diff -u -b -r1.225.2.1 -r1.225.2.2
--- dispextern.h        25 Jul 2007 05:15:58 -0000      1.225.2.1
+++ dispextern.h        7 Aug 2007 16:32:33 -0000       1.225.2.2
@@ -2431,6 +2431,10 @@
      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'.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]