1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

Include w32bdf.h.

(W32FontStruct) Add bdf element.
This commit is contained in:
Geoff Voelker 1999-01-22 19:58:10 +00:00
parent f0cd15b5cd
commit 640ea3c512

View 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;