1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/os2/dcscreen.h
3 // Purpose: wxScreenDC class
4 // Author: David Webster
7 // Copyright: (c) David Webster
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
11 #ifndef _WX_OS2_DCSCREEN_H_
12 #define _WX_OS2_DCSCREEN_H_
14 #include "wx/dcscreen.h"
15 #include "wx/os2/dc.h"
17 class WXDLLIMPEXP_CORE wxScreenDCImpl
: public wxPMDCImpl
20 // Create a DC representing the whole screen
21 wxScreenDCImpl( wxScreenDC
*owner
);
23 virtual void DoGetSize( int* pnWidth
28 DECLARE_CLASS(wxScreenDCImpl
)
29 wxDECLARE_NO_COPY_CLASS(wxScreenDCImpl
);
30 }; // end of CLASS wxScreenDC