# HG changeset patch # User Jason Rumney # Date 951687418 0 # Node ID 583f230183ebdc22fd6e30d1bb5a02a9301dd7ac # Parent 6c4ff3519d096cc2e7d10df992ff4f1917591179 (struct W32FontStruct): Revert last change after change to xdisp.c. diff -r 6c4ff3519d09 -r 583f230183eb src/w32gui.h --- 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;