]>
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 /////////////////////////////////////////////////////////////////////////////
10 #pragma implementation "dcscreen.h"
13 // For compilers that support precompilation, includes "wx.h".
14 #include "wx/wxprec.h"
20 #include "wx/dcscreen.h"
21 #include "wx/mgl/private.h"
23 IMPLEMENT_DYNAMIC_CLASS(wxScreenDC
, wxDC
)
25 wxScreenDC::wxScreenDC() : wxDC()
27 SetMGLDC(g_displayDC
, FALSE
/* no ownership */);
29 // VS: we have to hide the mouse, otherwise rendering artifacts may occur
33 wxScreenDC::~wxScreenDC()