]>
git.saurik.com Git - wxWidgets.git/blob - src/motif/dcscreen.cpp
82f4985e345e24e922d18779674c76cdb2ffa6f6
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxScreenDC class
4 // Author: Julian Smart
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
13 #pragma implementation "dcscreen.h"
16 #include "wx/dcscreen.h"
18 #if !USE_SHARED_LIBRARY
19 IMPLEMENT_DYNAMIC_CLASS(wxScreenDC
, wxPaintDC
)
22 // Create a DC representing the whole screen
23 wxScreenDC::wxScreenDC()
28 wxScreenDC::~wxScreenDC()