(struct font_info) [WINDOWSNT]: Add codepage field.
authorAndrew Innes <andrewi@gnu.org>
Wed, 17 Oct 2001 17:47:28 +0000 (17:47 +0000)
committerAndrew Innes <andrewi@gnu.org>
Wed, 17 Oct 2001 17:47:28 +0000 (17:47 +0000)
src/fontset.h

index 9b90a7c..17985b9 100644 (file)
@@ -43,6 +43,11 @@ struct font_info
   /* Charset of characters displayed by the font.  */
   int charset;
 
+#ifdef WINDOWSNT
+  /* Codepage of characters that will be displayed by the font.  */
+  int codepage;
+#endif
+
   /* Maximum bound width over all existing characters of the font.  On
      X window, this is same as (font->max_bounds.width) */
   int size;