comparison src/dispextern.h @ 78449:820186eb8f18

(struct image): New members.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 07 Aug 2007 16:32:33 +0000
parents 922696f363b0
children cf3310f7d4c8
comparison
equal deleted inserted replaced
78448:681eb7074f83 78449:820186eb8f18
2428 cares about such a thing. Only valid if the `background_valid' field 2428 cares about such a thing. Only valid if the `background_valid' field
2429 is true. This should generally be accessed by calling the accessor 2429 is true. This should generally be accessed by calling the accessor
2430 macro `IMAGE_BACKGROUND', which will heuristically calculate a value 2430 macro `IMAGE_BACKGROUND', which will heuristically calculate a value
2431 if necessary. */ 2431 if necessary. */
2432 unsigned long background; 2432 unsigned long background;
2433
2434 /* Foreground and background colors of the frame on which the image
2435 is created. */
2436 unsigned long frame_foreground, frame_background;
2433 2437
2434 /* True if this image has a `transparent' background -- that is, is 2438 /* True if this image has a `transparent' background -- that is, is
2435 uses an image mask. The accessor macro for this is 2439 uses an image mask. The accessor macro for this is
2436 `IMAGE_BACKGROUND_TRANSPARENT'. */ 2440 `IMAGE_BACKGROUND_TRANSPARENT'. */
2437 unsigned background_transparent : 1; 2441 unsigned background_transparent : 1;