#endif
#include "wx/dcmemory.h"
+#include "wx/settings.h"
#include "wx/utils.h"
#include <Xm/Xm.h>
m_oldFont = (WXFont) valReturn.font;
SetBrush (* wxWHITE_BRUSH);
SetPen (* wxBLACK_PEN);
+ SetFont(wxSystemSettings::GetSystemFont(wxSYS_DEFAULT_GUI_FONT));
};
wxMemoryDC::wxMemoryDC( wxDC* dc )