aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2000-02-27 21:36:58 +0000
committerJason Rumney2000-02-27 21:36:58 +0000
commit3213ee4e67584a61b2df504662e595bfa3f1e9de (patch)
tree819c4ca46771b3f3419d4e13880b543eff44d415
parent7ce9aaca2eda9fadc5e6bb8d28e970da8f2c8252 (diff)
downloademacs-3213ee4e67584a61b2df504662e595bfa3f1e9de.tar.gz
emacs-3213ee4e67584a61b2df504662e595bfa3f1e9de.zip
(struct W32FontStruct): Revert last change after change to xdisp.c.
-rw-r--r--src/w32gui.h2
1 files changed, 0 insertions, 2 deletions
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 {
28 TEXTMETRIC tm; 28 TEXTMETRIC tm;
29 HFONT hfont; 29 HFONT hfont;
30 bdffont *bdf; 30 bdffont *bdf;
31 int ascent;
32 int descent;
33} W32FontStruct; 31} W32FontStruct;
34 32
35typedef struct W32FontStruct XFontStruct; 33typedef struct W32FontStruct XFontStruct;