changeset 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 5fe002cf4b37
children ab6c81c6edf8
files src/w32gui.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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;