]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct glyph) [WINDOWSNT]: Add w32_font_type member.
authorJason Rumney <jasonr@gnu.org>
Tue, 30 May 2000 21:24:04 +0000 (21:24 +0000)
committerJason Rumney <jasonr@gnu.org>
Tue, 30 May 2000 21:24:04 +0000 (21:24 +0000)
src/dispextern.h

index a594334ccb1aa0a926ff6eb4af394ce8c4a9e950..683344386768e5aa97b8e1c576f65198a3311c26 100644 (file)
@@ -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
   {