From: Jason Rumney Date: Tue, 30 May 2000 21:48:24 +0000 (+0000) Subject: (W32FontStruct): Add double_byte_p member. X-Git-Tag: emacs-pretest-21.0.90~3609 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af3a67854b367830661511f213e3105e96cdea32;p=emacs.git (W32FontStruct): Add double_byte_p member. --- 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;