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:
parent
f0cd15b5cd
commit
640ea3c512
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user