# HG changeset patch # User Geoff Voelker # Date 912643586 0 # Node ID 11c43bcd6316e2de736d3b4378a11ae7bef61907 # Parent b59294a6167e4722e5990f3cccf0752f870e4ca2 (FONT_MAX_WIDTH): New macro. diff -r b59294a6167e -r 11c43bcd6316 src/w32term.h --- a/src/w32term.h Thu Dec 03 00:06:03 1998 +0000 +++ b/src/w32term.h Thu Dec 03 00:06:26 1998 +0000 @@ -31,6 +31,7 @@ #define FONT_WIDTH(f) ((f)->tm.tmAveCharWidth) #define FONT_HEIGHT(f) ((f)->tm.tmHeight) #define FONT_BASE(f) ((f)->tm.tmAscent) +#define FONT_MAX_WIDTH(f) ((f)->tm.tmMaxCharWidth) #define CHECK_W32_FRAME(f, frame) \ if (NILP (frame)) \