mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 02:47:36 +00:00
(struct image): New members.
This commit is contained in:
parent
3d91c31d45
commit
6facdb9be2
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…
Reference in a new issue