]>
git.saurik.com Git - wxWidgets.git/blob - src/cocoa/dcscreen.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/cocoa/dcscreen.cpp
3 // Purpose: wxScreenDC class
4 // Author: David Elliott
8 // Copyright: (c) 2002 David Elliott
9 // Licence: wxWindows license
10 /////////////////////////////////////////////////////////////////////////////
12 #include "wx/dcscreen.h"
14 //-----------------------------------------------------------------------------
16 //-----------------------------------------------------------------------------
18 IMPLEMENT_DYNAMIC_CLASS(wxScreenDC
,wxDC
)
20 wxScreenDC::wxScreenDC(void)
25 wxScreenDC::wxScreenDC( wxDC
*WXUNUSED(dc
) )
30 wxScreenDC::~wxScreenDC(void)