diff options
| author | Geoff Voelker | 1999-01-22 19:58:10 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1999-01-22 19:58:10 +0000 |
| commit | 640ea3c512d35ac0b8533b2c127976426cfd9971 (patch) | |
| tree | 84935fae6342aecbe5f9c1c9f8480419a04c57e7 | |
| parent | f0cd15b5cd2fe9454c1de4bfa9d5eebdf50dc363 (diff) | |
| download | emacs-640ea3c512d35ac0b8533b2c127976426cfd9971.tar.gz emacs-640ea3c512d35ac0b8533b2c127976426cfd9971.zip | |
Include w32bdf.h.
(W32FontStruct) Add bdf element.
| -rw-r--r-- | src/w32gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
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. */ | |||
| 22 | #define __W32GUI_H__ | 22 | #define __W32GUI_H__ |
| 23 | 23 | ||
| 24 | #include <windows.h> | 24 | #include <windows.h> |
| 25 | #include "w32bdf.h" | ||
| 25 | 26 | ||
| 26 | typedef struct W32FontStruct { | 27 | typedef struct W32FontStruct { |
| 27 | TEXTMETRIC tm; | 28 | TEXTMETRIC tm; |
| 28 | HFONT hfont; | 29 | HFONT hfont; |
| 30 | bdffont *bdf; | ||
| 29 | } W32FontStruct; | 31 | } W32FontStruct; |
| 30 | 32 | ||
| 31 | typedef HBITMAP Pixmap; | 33 | typedef HBITMAP Pixmap; |