]>
git.saurik.com Git - wxWidgets.git/blob - src/mac/dcscreen.cpp
   1 ///////////////////////////////////////////////////////////////////////////// 
   3 // Purpose:     wxScreenDC class 
   8 // Copyright:   (c) AUTHOR 
   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
, wxWindowDC
) 
  22 // Create a DC representing the whole screen 
  23 wxScreenDC::wxScreenDC() 
  28 wxScreenDC::~wxScreenDC()