]> git.eshelyaron.com Git - emacs.git/commitdiff
Include w32bdf.h.
authorGeoff Voelker <voelker@cs.washington.edu>
Fri, 22 Jan 1999 19:58:10 +0000 (19:58 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Fri, 22 Jan 1999 19:58:10 +0000 (19:58 +0000)
(W32FontStruct) Add bdf element.

src/w32gui.h

index 9cc6fe282bb857622ca5289bff6221d0b4fe3920..43b427710c626f5007845784d877f08f14cd4264 100644 (file)
@@ -22,10 +22,12 @@ Boston, MA 02111-1307, USA.  */
 #define __W32GUI_H__
 
 #include <windows.h>
+#include "w32bdf.h"
 
 typedef struct W32FontStruct {
   TEXTMETRIC tm;
   HFONT hfont;
+  bdffont *bdf;
 } W32FontStruct;
 
 typedef HBITMAP Pixmap;