diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h index 00434610317..d1c16705e66 100644 --- a/src/frame.h +++ b/src/frame.h | |||
| @@ -71,6 +71,10 @@ struct x_output | |||
| 71 | 71 | ||
| 72 | #endif /* ! HAVE_X_WINDOWS */ | 72 | #endif /* ! HAVE_X_WINDOWS */ |
| 73 | 73 | ||
| 74 | |||
| 75 | #define FRAME_FOREGROUND_PIXEL(f) ((f)->output_data.x->foreground_pixel) | ||
| 76 | #define FRAME_BACKGROUND_PIXEL(f) ((f)->output_data.x->background_pixel) | ||
| 77 | |||
| 74 | /* A structure describing a termcap frame display. */ | 78 | /* A structure describing a termcap frame display. */ |
| 75 | extern struct x_output tty_display; | 79 | extern struct x_output tty_display; |
| 76 | 80 | ||