1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-13 03:06:23 -08:00

(struct image): New members.

This commit is contained in:
Chong Yidong 2007-08-07 16:32:33 +00:00
parent 3d91c31d45
commit 6facdb9be2

View 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'. */