Mercurial > emacs
changeset 13420:72e8212db4d9
(FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): New macros.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Tue, 07 Nov 1995 07:31:20 +0000 |
parents | 2a17eca35e88 |
children | a89f140f30bb |
files | src/xterm.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.h Tue Nov 07 07:28:29 1995 +0000 +++ b/src/xterm.h Tue Nov 07 07:31:20 1995 +0000 @@ -511,6 +511,8 @@ #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)