diff options
| author | Dmitry Antipov | 2013-09-15 11:06:05 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-09-15 11:06:05 +0400 |
| commit | c7cc32f7ab5a5a0b4037cb17b84b396fd079747b (patch) | |
| tree | 12a9b53a4d331a0fa301bc0b155e5ac10fb59e92 /src/xterm.h | |
| parent | 07013c68954574404c3f7fc640ec4bfc34a4e3b8 (diff) | |
| download | emacs-c7cc32f7ab5a5a0b4037cb17b84b396fd079747b.tar.gz emacs-c7cc32f7ab5a5a0b4037cb17b84b396fd079747b.zip | |
* frame.h (FRAME_SMALLEST_CHAR_WIDTH, FRAME_SMALLEST_FONT_HEIGHT):
Define once here...
* nsterm.h, w32term.h, xterm.h: ...and not here.
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/xterm.h b/src/xterm.h index aa128cb5072..4f6b545cb45 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -734,16 +734,6 @@ enum | |||
| 734 | #define FRAME_XIC_STYLE(f) ((f)->output_data.x->xic_style) | 734 | #define FRAME_XIC_STYLE(f) ((f)->output_data.x->xic_style) |
| 735 | #define FRAME_XIC_FONTSET(f) ((f)->output_data.x->xic_xfs) | 735 | #define FRAME_XIC_FONTSET(f) ((f)->output_data.x->xic_xfs) |
| 736 | 736 | ||
| 737 | /* Value is the smallest width of any character in any font on frame F. */ | ||
| 738 | |||
| 739 | #define FRAME_SMALLEST_CHAR_WIDTH(F) \ | ||
| 740 | FRAME_DISPLAY_INFO(F)->smallest_char_width | ||
| 741 | |||
| 742 | /* Value is the smallest height of any font on frame F. */ | ||
| 743 | |||
| 744 | #define FRAME_SMALLEST_FONT_HEIGHT(F) \ | ||
| 745 | FRAME_DISPLAY_INFO(F)->smallest_font_height | ||
| 746 | |||
| 747 | /* X-specific scroll bar stuff. */ | 737 | /* X-specific scroll bar stuff. */ |
| 748 | 738 | ||
| 749 | /* We represent scroll bars as lisp vectors. This allows us to place | 739 | /* We represent scroll bars as lisp vectors. This allows us to place |