projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Applied patch [ 549256 ] fix minor bug in widgets sample
[wxWidgets.git]
/
src
/
x11
/
font.cpp
diff --git
a/src/x11/font.cpp
b/src/x11/font.cpp
index 115f1849abfbf54919cc845b00c02ce0809e7b27..6f6db81d0cc4fa42d4bec15dab9aed602bb2405d 100644
(file)
--- a/
src/x11/font.cpp
+++ b/
src/x11/font.cpp
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: src/
motif
/font.cpp
+// Name: src/
x11
/font.cpp
// Purpose: wxFont class
// Author: Julian Smart
// Modified by:
// Purpose: wxFont class
// Author: Julian Smart
// Modified by:
@@
-38,6
+38,7
@@
#include "wx/fontutil.h" // for wxNativeFontInfo
#include "wx/tokenzr.h"
#include "wx/settings.h"
#include "wx/fontutil.h" // for wxNativeFontInfo
#include "wx/tokenzr.h"
#include "wx/settings.h"
+#include "wx/x11/private.h"
IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject)
IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject)