]>
git.saurik.com Git - wxWidgets.git/blob - src/mgl/dcscreen.cpp
   1 ///////////////////////////////////////////////////////////////////////////// 
   2 // Name:        src/mgl/dcscreen.cpp 
   3 // Author:      Vaclav Slavik 
   5 // Copyright:   (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com) 
   6 // Licence:     wxWindows licence 
   7 ///////////////////////////////////////////////////////////////////////////// 
   9 // For compilers that support precompilation, includes "wx.h". 
  10 #include "wx/wxprec.h" 
  16 #include "wx/dcscreen.h" 
  18 #include "wx/mgl/private.h" 
  20 IMPLEMENT_DYNAMIC_CLASS(wxScreenDC
, wxDC
) 
  22 wxScreenDC::wxScreenDC() 
  25     SetMGLDC(g_displayDC
, FALSE 
/* no ownership */); 
  27     // VS: we have to hide the mouse, otherwise rendering artifacts may occur 
  31 wxScreenDC::~wxScreenDC()