From: Geoff Voelker Date: Fri, 22 Jan 1999 19:58:10 +0000 (+0000) Subject: Include w32bdf.h. X-Git-Tag: emacs-20.4~805 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=640ea3c512d35ac0b8533b2c127976426cfd9971;p=emacs.git Include w32bdf.h. (W32FontStruct) Add bdf element. --- 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;