From 640ea3c512d35ac0b8533b2c127976426cfd9971 Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Fri, 22 Jan 1999 19:58:10 +0000 Subject: [PATCH] Include w32bdf.h. (W32FontStruct) Add bdf element. --- src/w32gui.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/w32gui.h b/src/w32gui.h index 9cc6fe282bb..43b427710c6 100644 --- a/src/w32gui.h +++ b/src/w32gui.h @@ -22,10 +22,12 @@ Boston, MA 02111-1307, USA. */ #define __W32GUI_H__ #include +#include "w32bdf.h" typedef struct W32FontStruct { TEXTMETRIC tm; HFONT hfont; + bdffont *bdf; } W32FontStruct; typedef HBITMAP Pixmap; -- 2.39.2