X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/2dfda9629392dcbbab91366c34efaa63b5730d49..b40b05b6feb25f38ca7b2319b7bbb1c6295b357d:/src/dispextern.h diff --git a/src/dispextern.h b/src/dispextern.h index a594334ccb..6833443867 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -282,6 +282,14 @@ struct glyph /* Face of the glyph. */ unsigned face_id : 22; +#ifdef WINDOWSNT + /* Type of font used to display the character glyph. Used to + determine which set of functions to use to obtain font metrics + for the glyph. Value should be an enumerator of the type + w32_char_font_type. */ + unsigned w32_font_type : 2; +#endif + /* A union of sub-structures for different glyph types. */ union {