]>
git.saurik.com Git - wxWidgets.git/blob - src/mgl/dcscreen.cpp
1 /////////////////////////////////////////////////////////////////////////////
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"
17 #include "wx/mgl/private.h"
19 IMPLEMENT_DYNAMIC_CLASS(wxScreenDC
, wxDC
)
21 wxScreenDC::wxScreenDC() : wxDC()
23 SetMGLDC(g_displayDC
, FALSE
/* no ownership */);
25 // VS: we have to hide the mouse, otherwise rendering artifacts may occur
29 wxScreenDC::~wxScreenDC()