fix wxMotif build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -879,7 +879,7 @@ bool wxWindowDCImpl::DoBlit( wxCoord xdest, wxCoord ydest,
|
|||||||
if (m_pixmap && sourcePixmap)
|
if (m_pixmap && sourcePixmap)
|
||||||
{
|
{
|
||||||
/* MATTHEW: [9] */
|
/* MATTHEW: [9] */
|
||||||
int orig = m_logicalFunction;
|
wxRasterOperationMode orig = m_logicalFunction;
|
||||||
|
|
||||||
SetLogicalFunction (rop);
|
SetLogicalFunction (rop);
|
||||||
|
|
||||||
|
@@ -84,7 +84,7 @@ void wxRegion::InitRect(wxCoord x, wxCoord y, wxCoord w, wxCoord h)
|
|||||||
XUnionRectWithRegion( &rect, M_REGIONDATA->m_region, M_REGIONDATA->m_region );
|
XUnionRectWithRegion( &rect, M_REGIONDATA->m_region, M_REGIONDATA->m_region );
|
||||||
}
|
}
|
||||||
|
|
||||||
wxRegion::wxRegion( size_t WXUNUSED(n), const wxPoint *WXUNUSED(points), int WXUNUSED(fillStyle) )
|
wxRegion::wxRegion( size_t WXUNUSED(n), const wxPoint *WXUNUSED(points), wxPolygonFillMode WXUNUSED(fillStyle) )
|
||||||
{
|
{
|
||||||
#if 0
|
#if 0
|
||||||
XPoint *xpoints = new XPoint[n];
|
XPoint *xpoints = new XPoint[n];
|
||||||
|
Reference in New Issue
Block a user