changeset 40007:80f96f61b87c

(struct font_info) [WINDOWSNT]: Add codepage field.
author Andrew Innes <andrewi@gnu.org>
date Wed, 17 Oct 2001 17:47:28 +0000
parents 53a414f28f58
children 4aaeaa3a8e3b
files src/fontset.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/fontset.h	Wed Oct 17 17:19:27 2001 +0000
+++ b/src/fontset.h	Wed Oct 17 17:47:28 2001 +0000
@@ -43,6 +43,11 @@
   /* 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;