comparison src/dispextern.h @ 83635:9c01792a3ce8

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 793-802) - Update from CVS - Remove RCS keywords - Merge from emacs--rel--22 * emacs--rel--22 (patch 42-50) - Update from CVS - Merge from gnus--rel--5.10 - Gnus ChangeLog tweaks * gnus--rel--5.10 (patch 229-232) - Merge from emacs--devo--0, emacs--rel--22 - ChangeLog tweak - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-23
author Miles Bader <miles@gnu.org>
date Sat, 16 Jun 2007 22:33:42 +0000
parents b8d9a391daf3 25e0090e9ec6
children 65663fcd2caa
comparison
equal deleted inserted replaced
83634:391cce03f832 83635:9c01792a3ce8
2419 cares about such a thing. Only valid if the `background_valid' field 2419 cares about such a thing. Only valid if the `background_valid' field
2420 is true. This should generally be accessed by calling the accessor 2420 is true. This should generally be accessed by calling the accessor
2421 macro `IMAGE_BACKGROUND', which will heuristically calculate a value 2421 macro `IMAGE_BACKGROUND', which will heuristically calculate a value
2422 if necessary. */ 2422 if necessary. */
2423 unsigned long background; 2423 unsigned long background;
2424
2425 /* Foreground and background colors of the frame on which the image
2426 is created. */
2427 unsigned long frame_foreground, frame_background;
2424 2428
2425 /* True if this image has a `transparent' background -- that is, is 2429 /* True if this image has a `transparent' background -- that is, is
2426 uses an image mask. The accessor macro for this is 2430 uses an image mask. The accessor macro for this is
2427 `IMAGE_BACKGROUND_TRANSPARENT'. */ 2431 `IMAGE_BACKGROUND_TRANSPARENT'. */
2428 unsigned background_transparent : 1; 2432 unsigned background_transparent : 1;