#include "wx/dcscreen.h"
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxScreenDC, wxWindowDC)
-#endif
// Create a DC representing the whole screen
wxScreenDC::wxScreenDC()
{
- // TODO
+ m_macPort = LMGetWMgrPort() ;
+ MacSetupPort() ;
+ m_ok = TRUE ;
}
wxScreenDC::~wxScreenDC()