]>
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/wxprec.h" 
  14     #include "wx/dcscreen.h" 
  17 //----------------------------------------------------------------------------- 
  19 //----------------------------------------------------------------------------- 
  21 IMPLEMENT_DYNAMIC_CLASS(wxScreenDC
,wxDC
) 
  23 wxScreenDC::wxScreenDC(void) 
  28 wxScreenDC::wxScreenDC( wxDC 
*WXUNUSED(dc
) ) 
  33 wxScreenDC::~wxScreenDC(void)