# HG changeset patch # User Andrew Innes # Date 1003340848 0 # Node ID 80f96f61b87c24ad61d72eab353187efa780ebdd # Parent 53a414f28f58087a3837a55731346f7b0743719b (struct font_info) [WINDOWSNT]: Add codepage field. diff -r 53a414f28f58 -r 80f96f61b87c src/fontset.h --- 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;