From af3a67854b367830661511f213e3105e96cdea32 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 30 May 2000 21:48:24 +0000 Subject: [PATCH] (W32FontStruct): Add double_byte_p member. --- src/w32gui.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5