summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2001-10-18 12:38:25 +0000
committerAndrew Innes <andrewi@gnu.org>2001-10-18 12:38:25 +0000
commitb53b7731116ec8d1646bbd48874dfb391cd7b30c (patch)
tree793573db1c40522cdd71b23522c5e33cac47169b
parent2e7241f933f971237029b7671a6af2e0412b8202 (diff)
downloademacs-b53b7731116ec8d1646bbd48874dfb391cd7b30c.tar.gz
(struct font_info) [WINDOWSNT]: Add codepage field.
-rw-r--r--src/fontset.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fontset.h b/src/fontset.h
index 9b90a7c5b81..17985b9a7b1 100644
--- a/src/fontset.h
+++ b/src/fontset.h
@@ -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;