diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index 4fa26aeed68..439ae4d04c8 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -427,6 +427,10 @@ struct x_display | |||
| 427 | /* Return the window associated with the frame F. */ | 427 | /* Return the window associated with the frame F. */ |
| 428 | #define FRAME_X_WINDOW(f) ((f)->display.x->window_desc) | 428 | #define FRAME_X_WINDOW(f) ((f)->display.x->window_desc) |
| 429 | 429 | ||
| 430 | #define FRAME_FOREGROUND_PIXEL(f) ((f)->display.x->foreground_pixel) | ||
| 431 | #define FRAME_BACKGROUND_PIXEL(f) ((f)->display.x->background_pixel) | ||
| 432 | #define FRAME_FONT(f) ((f)->display.x->font) | ||
| 433 | |||
| 430 | #define FRAME_X_SCREEN(f) ((f)->display.x->x_screen) | 434 | #define FRAME_X_SCREEN(f) ((f)->display.x->x_screen) |
| 431 | 435 | ||
| 432 | /* This is the `Display *' which frame F is on. */ | 436 | /* This is the `Display *' which frame F is on. */ |