]>
git.saurik.com Git - wxWidgets.git/blob - src/mgl/dcclient.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: gtk/dcclient.cpp
4 // Author: Robert Roebling
6 // Copyright: (c) 1998 Robert Roebling, Markus Holzem, Chris Breeze
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
11 #pragma implementation "dcclient.h"
14 #include "wx/dcclient.h"
15 #include "wx/dcmemory.h"
17 IMPLEMENT_DYNAMIC_CLASS(wxWindowDC
, wxDC
)
18 IMPLEMENT_DYNAMIC_CLASS(wxPaintDC
, wxClientDC
)
19 IMPLEMENT_DYNAMIC_CLASS(wxClientDC
,wxWindowDC
)