summaryrefslogtreecommitdiff
path: root/src/xterm.h
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1995-11-07 07:31:20 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1995-11-07 07:31:20 +0000
commitc1a3c01294e22e287fefd476c8f94cd651945626 (patch)
tree8ec8e20a21d09d4511ca84fa01f8d73a2dac2c3a /src/xterm.h
parentfe503f56ad677f5021f3527737662ab77599634e (diff)
downloademacs-c1a3c01294e22e287fefd476c8f94cd651945626.tar.gz
(FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): New macros.
Diffstat (limited to 'src/xterm.h')
-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
#define FRAME_FOREGROUND_PIXEL(f) ((f)->output_data.x->foreground_pixel)
#define FRAME_BACKGROUND_PIXEL(f) ((f)->output_data.x->background_pixel)
#define FRAME_FONT(f) ((f)->output_data.x->font)
+#define FRAME_INTERNAL_BORDER_WIDTH(f) ((f)->output_data.x->internal_border_width)
+#define FRAME_LINE_HEIGHT(f) ((f)->output_data.x->line_height)
/* This gives the x_display_info structure for the display F is on. */
#define FRAME_X_DISPLAY_INFO(f) ((f)->output_data.x->display_info)