From: Jason Rumney Date: Sun, 27 Feb 2000 21:36:58 +0000 (+0000) Subject: (struct W32FontStruct): Revert last change after change to xdisp.c. X-Git-Tag: emacs-pretest-21.0.90~4857 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3213ee4e67584a61b2df504662e595bfa3f1e9de;p=emacs.git (struct W32FontStruct): Revert last change after change to xdisp.c. --- diff --git a/src/w32gui.h b/src/w32gui.h index 45eae8583d2..dc5dfc0088a 100644 --- a/src/w32gui.h +++ b/src/w32gui.h @@ -28,8 +28,6 @@ typedef struct W32FontStruct { TEXTMETRIC tm; HFONT hfont; bdffont *bdf; - int ascent; - int descent; } W32FontStruct; typedef struct W32FontStruct XFontStruct;