diff src/w32gui.h @ 27632:7ca771f4c076

(struct W32FontStruct): Add ascent and descent slots.
author Andrew Innes <andrewi@gnu.org>
date Sun, 06 Feb 2000 23:37:47 +0000
parents d6331257c601
children 583f230183eb
line wrap: on
line diff
--- a/src/w32gui.h	Sun Feb 06 23:37:47 2000 +0000
+++ b/src/w32gui.h	Sun Feb 06 23:37:47 2000 +0000
@@ -28,6 +28,8 @@
   TEXTMETRIC tm;
   HFONT hfont;
   bdffont *bdf;
+  int ascent;
+  int descent;
 } W32FontStruct;
 
 typedef struct W32FontStruct XFontStruct;