]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/dcscreen.cpp
VTK wrapper of vtkRenderWindow for wxPython. Tested on MSW so far.
[wxWidgets.git] / src / mac / carbon / dcscreen.cpp
index e03bbac0c80d8fbfbb86a792919de9e65948729c..1ea12f3d29c45024a2ef8e5d73f94163ebfbf70c 100644 (file)
@@ -22,7 +22,9 @@ IMPLEMENT_DYNAMIC_CLASS(wxScreenDC, wxWindowDC)
 // Create a DC representing the whole screen
 wxScreenDC::wxScreenDC()
 {
-    // TODO
+       m_macPort = LMGetWMgrPort() ;
+       MacSetupPort() ;
+       m_ok = TRUE ;
 }
 
 wxScreenDC::~wxScreenDC()