diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32gui.h | 2 |
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 | ||
| 33 | typedef struct W32FontStruct XFontStruct; | 35 | typedef struct W32FontStruct XFontStruct; |