(struct image) [HAVE_WINDOW_SYSTEM]: New members
frame_foreground and frame_background.
This commit is contained in:
parent
1ce9c95c40
commit
f6b5464848
1 changed files with 4 additions and 0 deletions
|
@ -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'. */
|
||||
|
|
Loading…
Add table
Reference in a new issue