// Purpose: wxWindowDCImpl, wxClientDCImpl and wxPaintDC
// Author: Vaclav Slavik
// Created: 2006-08-10
-// RCS-ID: $Id$
// Copyright: (c) 2006 REA Elektronik GmbH
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
{
wxCHECK_RET( win, "invalid window" );
- m_win = win;
+ m_window = win;
// obtain the surface used for painting:
wxPoint origin;
{
// paint overlays on top of the surface being drawn to by this DC
// before showing anything on the screen:
- m_win->PaintOverlays(m_winRect);
+ GetWindow()->PaintOverlays(m_winRect);
DFBSurfaceCapabilities caps = DSCAPS_NONE;
surface->GetCapabilities(&caps);