changeset 27895:583f230183eb

(struct W32FontStruct): Revert last change after change to xdisp.c.
author Jason Rumney <jasonr@gnu.org>
date Sun, 27 Feb 2000 21:36:58 +0000
parents 6c4ff3519d09
children 75f296b1a872
files src/w32gui.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32gui.h	Sun Feb 27 21:36:00 2000 +0000
+++ b/src/w32gui.h	Sun Feb 27 21:36:58 2000 +0000
@@ -28,8 +28,6 @@
   TEXTMETRIC tm;
   HFONT hfont;
   bdffont *bdf;
-  int ascent;
-  int descent;
 } W32FontStruct;
 
 typedef struct W32FontStruct XFontStruct;