]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/dcscreen.cpp
document On{Open,Save}Document()
[wxWidgets.git] / src / dfb / dcscreen.cpp
index 6ccea5aaf3c4f65b3e3ecc4c901fb1463a4fcfa1..730903e87ffa5c052bcd941c4a3c190f8cb807bd 100644 (file)
@@ -20,7 +20,7 @@
 #include "wx/wxprec.h"
 
 #include "wx/dcscreen.h"
 #include "wx/wxprec.h"
 
 #include "wx/dcscreen.h"
-
+#include "wx/dfb/dcscreen.h"
 #include "wx/dfb/private.h"
 
 // ===========================================================================
 #include "wx/dfb/private.h"
 
 // ===========================================================================
 #warning "FIXME: this doesn't work (neither single app nor multiapp core)
 // FIXME: maybe use a subsurface as well?
 
 #warning "FIXME: this doesn't work (neither single app nor multiapp core)
 // FIXME: maybe use a subsurface as well?
 
-IMPLEMENT_DYNAMIC_CLASS(wxScreenDC, wxDC)
+IMPLEMENT_ABSTRACT_CLASS(wxScreenDCImpl, wxDFBDCImpl)
 
 
-wxScreenDC::wxScreenDC()
+wxScreenDCImpl::wxScreenDCImpl(wxScreenDC *owner)
+              : wxDFBDCImpl(owner)
 {
     DFBInit(wxIDirectFB::Get()->GetPrimarySurface());
 }
 {
     DFBInit(wxIDirectFB::Get()->GetPrimarySurface());
 }