diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index a594334ccb1..68334438676 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -282,6 +282,14 @@ struct glyph | |||
| 282 | /* Face of the glyph. */ | 282 | /* Face of the glyph. */ |
| 283 | unsigned face_id : 22; | 283 | unsigned face_id : 22; |
| 284 | 284 | ||
| 285 | #ifdef WINDOWSNT | ||
| 286 | /* Type of font used to display the character glyph. Used to | ||
| 287 | determine which set of functions to use to obtain font metrics | ||
| 288 | for the glyph. Value should be an enumerator of the type | ||
| 289 | w32_char_font_type. */ | ||
| 290 | unsigned w32_font_type : 2; | ||
| 291 | #endif | ||
| 292 | |||
| 285 | /* A union of sub-structures for different glyph types. */ | 293 | /* A union of sub-structures for different glyph types. */ |
| 286 | union | 294 | union |
| 287 | { | 295 | { |