aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32term.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32term.h b/src/w32term.h
index 0cfa6ffce5b..869c1df1847 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -31,6 +31,7 @@ Boston, MA 02111-1307, USA. */
31#define FONT_WIDTH(f) ((f)->tm.tmAveCharWidth) 31#define FONT_WIDTH(f) ((f)->tm.tmAveCharWidth)
32#define FONT_HEIGHT(f) ((f)->tm.tmHeight) 32#define FONT_HEIGHT(f) ((f)->tm.tmHeight)
33#define FONT_BASE(f) ((f)->tm.tmAscent) 33#define FONT_BASE(f) ((f)->tm.tmAscent)
34#define FONT_MAX_WIDTH(f) ((f)->tm.tmMaxCharWidth)
34 35
35#define CHECK_W32_FRAME(f, frame) \ 36#define CHECK_W32_FRAME(f, frame) \
36 if (NILP (frame)) \ 37 if (NILP (frame)) \