diff options
| author | Andrew Innes | 2000-02-06 23:37:47 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-02-06 23:37:47 +0000 |
| commit | 0052a264ee303067f580920cd1487b120886bd46 (patch) | |
| tree | 4eba39230b9e1236d6aaefbf61d1dbeb302fa303 /src | |
| parent | a9b4e0ec68b2e5a6981cb5ac397a0dd878fe05c5 (diff) | |
| download | emacs-0052a264ee303067f580920cd1487b120886bd46.tar.gz emacs-0052a264ee303067f580920cd1487b120886bd46.zip | |
(struct W32FontStruct): Add ascent and descent slots.
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; |