projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tweak border size
[wxWidgets.git]
/
src
/
os2
/
fontdlg.cpp
diff --git
a/src/os2/fontdlg.cpp
b/src/os2/fontdlg.cpp
index 147a590720501b900fec5d20e211f40f9255b129..c2b6091965909b508023027ee8bda1f6cef0d73e 100644
(file)
--- a/
src/os2/fontdlg.cpp
+++ b/
src/os2/fontdlg.cpp
@@
-21,6
+21,7
@@
#endif
#include "wx/fontdlg.h"
+#include "wx/fontutil.h"
#define INCL_PM
#include <os2.h>
@@
-39,7
+40,6
@@
int wxFontDialog::ShowModal()
FONTDLG vFontDlg;
char zCurrentFont[FACESIZE];
HWND hWndFontDlg;
- FONTMETRICS vFm;
FACENAMEDESC vFn;
memset(&vFontDlg, '\0', sizeof(FONTDLG));