projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Account for the margins used by Windows around status bar text.
[wxWidgets.git]
/
src
/
os2
/
data.cpp
diff --git
a/src/os2/data.cpp
b/src/os2/data.cpp
index cf2189494a580a100f13584799237786ecc7e6aa..28ba3f088491fd313225562b0c405877b61fb034 100644
(file)
--- a/
src/os2/data.cpp
+++ b/
src/os2/data.cpp
@@
-16,6
+16,8
@@
#include "wx/wx.h"
#endif
+#include "wx/fontutil.h"
+
// Current cursor, in order to hang on to
// cursor handle when setting the cursor globally
wxCursor *g_globalCursor = NULL;