#include "wx/mac/dcscreen.h"
#endif
+#ifdef __WXPM__
+ #include "wx/os2/dcclient.h"
+ #include "wx/os2/dcmemory.h"
+ #include "wx/os2/dcscreen.h"
+#endif
+
#ifdef __WXCOCOA__
#include "wx/cocoa/dcclient.h"
#include "wx/cocoa/dcmemory.h"
, m_mappingMode(wxMM_TEXT)
, m_pen()
, m_brush()
- , m_backgroundBrush(*wxTRANSPARENT_BRUSH)
+ , m_backgroundBrush()
, m_textForegroundColour(*wxBLACK)
, m_textBackgroundColour(*wxWHITE)
, m_font()