summaryrefslogtreecommitdiff
path: root/src/w32gui.h
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2000-05-30 21:48:24 +0000
committerJason Rumney <jasonr@gnu.org>2000-05-30 21:48:24 +0000
commitaf3a67854b367830661511f213e3105e96cdea32 (patch)
tree942cb25d1b3231c0004c73dbffe37ac42ff62801 /src/w32gui.h
parentdfff8a69e8a6b5e9e26bf86923b98ed4e87e6a78 (diff)
downloademacs-af3a67854b367830661511f213e3105e96cdea32.tar.gz
(W32FontStruct): Add double_byte_p member.
Diffstat (limited to 'src/w32gui.h')
-rw-r--r--src/w32gui.h1
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;