disable native font stuff for wxMotif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
94abc21fde
commit
60ce06808d
@ -45,7 +45,9 @@
|
|||||||
// further it might make sense to make it a real class with virtual methods
|
// further it might make sense to make it a real class with virtual methods
|
||||||
struct WXDLLEXPORT wxNativeFontInfo
|
struct WXDLLEXPORT wxNativeFontInfo
|
||||||
{
|
{
|
||||||
#if defined(__WXGTK__) || defined(__WXMOTIF__)
|
#if defined(__WXGTK__) // || defined(__WXMOTIF__)
|
||||||
|
// TODO: wxMotif should use this too but motif/font.cpp
|
||||||
|
// must be updated for this!
|
||||||
// the components of the XLFD
|
// the components of the XLFD
|
||||||
wxString fontElements[14];
|
wxString fontElements[14];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user