aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 7a1e7671ba5..607cf02caca 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -511,6 +511,8 @@ struct x_output
511#define FRAME_FOREGROUND_PIXEL(f) ((f)->output_data.x->foreground_pixel) 511#define FRAME_FOREGROUND_PIXEL(f) ((f)->output_data.x->foreground_pixel)
512#define FRAME_BACKGROUND_PIXEL(f) ((f)->output_data.x->background_pixel) 512#define FRAME_BACKGROUND_PIXEL(f) ((f)->output_data.x->background_pixel)
513#define FRAME_FONT(f) ((f)->output_data.x->font) 513#define FRAME_FONT(f) ((f)->output_data.x->font)
514#define FRAME_INTERNAL_BORDER_WIDTH(f) ((f)->output_data.x->internal_border_width)
515#define FRAME_LINE_HEIGHT(f) ((f)->output_data.x->line_height)
514 516
515/* This gives the x_display_info structure for the display F is on. */ 517/* This gives the x_display_info structure for the display F is on. */
516#define FRAME_X_DISPLAY_INFO(f) ((f)->output_data.x->display_info) 518#define FRAME_X_DISPLAY_INFO(f) ((f)->output_data.x->display_info)