]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct W32FontStruct): Revert last change after change to xdisp.c.
authorJason Rumney <jasonr@gnu.org>
Sun, 27 Feb 2000 21:36:58 +0000 (21:36 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 27 Feb 2000 21:36:58 +0000 (21:36 +0000)
src/w32gui.h

index 45eae8583d26a1a8dd30afa3f1bdfa009b084d82..dc5dfc0088a660dd59a1b8fb3cf069f5859f8534 100644 (file)
@@ -28,8 +28,6 @@ typedef struct W32FontStruct {
   TEXTMETRIC tm;
   HFONT hfont;
   bdffont *bdf;
-  int ascent;
-  int descent;
 } W32FontStruct;
 
 typedef struct W32FontStruct XFontStruct;