projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Hopefully fixed library names generated by wx-config for OS/2's PM port.
[wxWidgets.git]
/
include
/
wx
/
dcmirror.h
diff --git
a/include/wx/dcmirror.h
b/include/wx/dcmirror.h
index acf88579cde258f500d2cfe355056bfe2fe0e918..5c6cfaa7a0910dfafd46c3353482746d57df765f 100644
(file)
--- a/
include/wx/dcmirror.h
+++ b/
include/wx/dcmirror.h
@@
-5,7
+5,7
@@
// Modified by:
// Created: 21.07.2003
// RCS-ID: $Id$
// Modified by:
// Created: 21.07.2003
// RCS-ID: $Id$
-// Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwi
ndow
s.org>
+// Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwi
dget
s.org>
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
@@
-137,7
+137,7
@@
protected:
wxFAIL_MSG( _T("this is probably wrong") );
m_dc.DoDrawArc(GetX(x1, y1), GetY(x1, y1),
wxFAIL_MSG( _T("this is probably wrong") );
m_dc.DoDrawArc(GetX(x1, y1), GetY(x1, y1),
- GetX(x2, y2), GetY(x2, y2),
+ GetX(x2, y2), GetY(x2, y2),
xc, yc);
}
xc, yc);
}
@@
-154,7
+154,7
@@
protected:
wxFAIL_MSG( _T("this is probably wrong") );
m_dc.DoDrawEllipticArc(GetX(x, y), GetY(x, y),
wxFAIL_MSG( _T("this is probably wrong") );
m_dc.DoDrawEllipticArc(GetX(x, y), GetY(x, y),
- GetX(w, h), GetY(w, h),
+ GetX(w, h), GetY(w, h),
sa, ea);
}
sa, ea);
}
@@
-188,7
+188,7
@@
protected:
}
virtual void DoDrawBitmap(const wxBitmap &bmp, wxCoord x, wxCoord y,
}
virtual void DoDrawBitmap(const wxBitmap &bmp, wxCoord x, wxCoord y,
- bool useMask =
FALSE
)
+ bool useMask =
false
)
{
m_dc.DoDrawBitmap(bmp, GetX(x, y), GetY(x, y), useMask);
}
{
m_dc.DoDrawBitmap(bmp, GetX(x, y), GetY(x, y), useMask);
}
@@
-209,8
+209,8
@@
protected:
virtual bool DoBlit(wxCoord xdest, wxCoord ydest,
wxCoord w, wxCoord h,
wxDC *source, wxCoord xsrc, wxCoord ysrc,
virtual bool DoBlit(wxCoord xdest, wxCoord ydest,
wxCoord w, wxCoord h,
wxDC *source, wxCoord xsrc, wxCoord ysrc,
- int rop = wxCOPY, bool useMask =
FALSE
,
- wxCoord xsrcMask =
-1, wxCoord ysrcMask = -1
)
+ int rop = wxCOPY, bool useMask =
false
,
+ wxCoord xsrcMask =
wxDefaultCoord, wxCoord ysrcMask = wxDefaultCoord
)
{
return m_dc.DoBlit(GetX(xdest, ydest), GetY(xdest, ydest),
GetX(w, h), GetY(w, h),
{
return m_dc.DoBlit(GetX(xdest, ydest), GetY(xdest, ydest),
GetX(w, h), GetY(w, h),
@@
-278,6
+278,8
@@
private:
wxMirrorDC& m_dc;
bool m_mirror;
wxMirrorDC& m_dc;
bool m_mirror;
+
+ DECLARE_NO_COPY_CLASS(wxMirrorDC)
};
#endif // _WX_DCMIRROR_H_
};
#endif // _WX_DCMIRROR_H_