1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxScreenDC class
4 // Author: David Webster
8 // Copyright: (c) David Webster
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 #ifndef _WX_OS2_DCSCREEN_H_
13 #define _WX_OS2_DCSCREEN_H_
15 #include "wx/dcscreen.h"
16 #include "wx/os2/dc.h"
18 class WXDLLIMPEXP_CORE wxScreenDCImpl
: public wxPMDCImpl
21 // Create a DC representing the whole screen
22 wxScreenDCImpl( wxScreenDC
*owner
);
24 virtual void DoGetSize( int* pnWidth
29 DECLARE_CLASS(wxScreenDCImpl
)
30 wxDECLARE_NO_COPY_CLASS(wxScreenDCImpl
);
31 }; // end of CLASS wxScreenDC