/////////////////////////////////////////////////////////////////////////////
// Name: src/dfb/dcclient.cpp
/////////////////////////////////////////////////////////////////////////////
// Name: src/dfb/dcclient.cpp
win, win->GetName().c_str());
wxSize size(rect ? rect->GetSize() : win->GetSize());
win, win->GetName().c_str());
wxSize size(rect ? rect->GetSize() : win->GetSize());
- _T("%p ('%s'): creating DC for area [%i,%i,%i,%i], clipped to [%i,%i,%i,%i], origin [%i,%i]"),
+ "%p ('%s'): creating DC for area [%i,%i,%i,%i], clipped to [%i,%i,%i,%i], origin [%i,%i]",
win, win->GetName().c_str(),
rectOrig.x, rectOrig.y, rectOrig.GetRight(), rectOrig.GetBottom(),
r.x, r.y, r.GetRight(), r.GetBottom(),
win, win->GetName().c_str(),
rectOrig.x, rectOrig.y, rectOrig.GetRight(), rectOrig.GetBottom(),
r.x, r.y, r.GetRight(), r.GetBottom(),
{
// paint overlays on top of the surface being drawn to by this DC
// before showing anything on the screen:
{
// paint overlays on top of the surface being drawn to by this DC
// before showing anything on the screen: