From: Chong Yidong Date: Tue, 7 Aug 2007 16:32:33 +0000 (+0000) Subject: (struct image): New members. X-Git-Tag: emacs-pretest-22.1.90~1074 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6facdb9be286bdedf62adcbb03e07829909420d1;p=emacs.git (struct image): New members. --- 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 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'. */