aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;