]> git.eshelyaron.com Git - emacs.git/commitdiff
(W32FontStruct): Add double_byte_p member.
authorJason Rumney <jasonr@gnu.org>
Tue, 30 May 2000 21:48:24 +0000 (21:48 +0000)
committerJason Rumney <jasonr@gnu.org>
Tue, 30 May 2000 21:48:24 +0000 (21:48 +0000)
src/w32gui.h

index dc5dfc0088a660dd59a1b8fb3cf069f5859f8534..c1cf636d5dba37c05a610a5920fa94c12d1f2a7c 100644 (file)
@@ -28,6 +28,7 @@ typedef struct W32FontStruct {
   TEXTMETRIC tm;
   HFONT hfont;
   bdffont *bdf;
+  int double_byte_p;
 } W32FontStruct;
 
 typedef struct W32FontStruct XFontStruct;