diff options
| author | Geoff Voelker | 1995-11-07 07:31:20 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1995-11-07 07:31:20 +0000 |
| commit | 5c9ee165f1a203b819304e4c40d12c950bc5ed2e (patch) | |
| tree | 5f5191b1598e0d37d81e8582aa817534fb0af0fa /src | |
| parent | 8f3343d0732b14355bb2bdcb157f8169e6b5e261 (diff) | |
| download | emacs-5c9ee165f1a203b819304e4c40d12c950bc5ed2e.tar.gz emacs-5c9ee165f1a203b819304e4c40d12c950bc5ed2e.zip | |
(FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): New macros.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 2 |
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) |