# HG changeset patch # User Andrew Innes # Date 949880267 0 # Node ID 7ca771f4c0762e22d9d2eee4804182677095778a # Parent 5fe002cf4b37497061a75afb4f7a7360a7b3eea9 (struct W32FontStruct): Add ascent and descent slots. diff -r 5fe002cf4b37 -r 7ca771f4c076 src/w32gui.h --- 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;