*** src-o\w32term.h	Wed Jan 31 21:12:06 1996
--- src\w32term.h	Sat Feb 03 17:21:28 1996
***************
*** 27,33 ****
  #define BLACK_PIX_DEFAULT(f) RGB(0,0,0)
  #define WHITE_PIX_DEFAULT(f) RGB(255,255,255)
  
! #define FONT_WIDTH(f)	((f)->tm.tmMaxCharWidth)
  #define FONT_HEIGHT(f)	((f)->tm.tmHeight)
  #define FONT_BASE(f)    ((f)->tm.tmAscent)
  
--- 27,33 ----
  #define BLACK_PIX_DEFAULT(f) RGB(0,0,0)
  #define WHITE_PIX_DEFAULT(f) RGB(255,255,255)
  
! #define FONT_WIDTH(f)	((f)->tm.tmAveCharWidth)
  #define FONT_HEIGHT(f)	((f)->tm.tmHeight)
  #define FONT_BASE(f)    ((f)->tm.tmAscent)
  
