1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 02:10:46 -08:00

(struct W32FontStruct): Revert last change after change to xdisp.c.

This commit is contained in:
Jason Rumney 2000-02-27 21:36:58 +00:00
parent 7ce9aaca2e
commit 3213ee4e67

View file

@ -28,8 +28,6 @@ typedef struct W32FontStruct {
TEXTMETRIC tm;
HFONT hfont;
bdffont *bdf;
int ascent;
int descent;
} W32FontStruct;
typedef struct W32FontStruct XFontStruct;