diff options
author | Jason Rumney <jasonr@gnu.org> | 2000-05-30 21:48:24 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2000-05-30 21:48:24 +0000 |
commit | af3a67854b367830661511f213e3105e96cdea32 (patch) | |
tree | 942cb25d1b3231c0004c73dbffe37ac42ff62801 /src/w32gui.h | |
parent | dfff8a69e8a6b5e9e26bf86923b98ed4e87e6a78 (diff) | |
download | emacs-af3a67854b367830661511f213e3105e96cdea32.tar.gz |
(W32FontStruct): Add double_byte_p member.
Diffstat (limited to 'src/w32gui.h')
-rw-r--r-- | src/w32gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32gui.h b/src/w32gui.h index dc5dfc0088a..c1cf636d5db 100644 --- a/src/w32gui.h +++ b/src/w32gui.h @@ -28,6 +28,7 @@ typedef struct W32FontStruct { TEXTMETRIC tm; HFONT hfont; bdffont *bdf; + int double_byte_p; } W32FontStruct; typedef struct W32FontStruct XFontStruct; |