diff options
| -rw-r--r-- | src/dispextern.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 4a7a790ad7e..4cd9c42cc0f 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2431,6 +2431,10 @@ struct image | |||
| 2431 | if necessary. */ | 2431 | if necessary. */ |
| 2432 | unsigned long background; | 2432 | unsigned long background; |
| 2433 | 2433 | ||
| 2434 | /* Foreground and background colors of the frame on which the image | ||
| 2435 | is created. */ | ||
| 2436 | unsigned long frame_foreground, frame_background; | ||
| 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'. */ |