aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32gui.h b/src/w32gui.h
index dc5dfc0088a..45eae8583d2 100644
--- a/src/w32gui.h
+++ b/src/w32gui.h
@@ -28,6 +28,8 @@ 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;
31} W32FontStruct; 33} W32FontStruct;
32 34
33typedef struct W32FontStruct XFontStruct; 35typedef struct W32FontStruct XFontStruct;