changeset 29318:d54d4038df20

(W32FontStruct): Add double_byte_p member.
author Jason Rumney <jasonr@gnu.org>
date Tue, 30 May 2000 21:48:24 +0000
parents 2d3d5bf49d4e
children 2069f3aa4939
files src/w32gui.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32gui.h	Tue May 30 21:45:33 2000 +0000
+++ b/src/w32gui.h	Tue May 30 21:48:24 2000 +0000
@@ -28,6 +28,7 @@
   TEXTMETRIC tm;
   HFONT hfont;
   bdffont *bdf;
+  int double_byte_p;
 } W32FontStruct;
 
 typedef struct W32FontStruct XFontStruct;