No changes, just fix some typos in wxDFB comments.
Closes #14538. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -33,7 +33,7 @@ public:
|
|||||||
|
|
||||||
~wxRegionRefData() {}
|
~wxRegionRefData() {}
|
||||||
|
|
||||||
// default assignment and comparision operators are OK
|
// default assignment and comparison operators are OK
|
||||||
|
|
||||||
wxRect m_rect;
|
wxRect m_rect;
|
||||||
};
|
};
|
||||||
@@ -178,7 +178,7 @@ bool wxRegion::DoSubtract(const wxRegion& region)
|
|||||||
}
|
}
|
||||||
else if ( !M_REGION->m_rect.Intersects(rect) )
|
else if ( !M_REGION->m_rect.Intersects(rect) )
|
||||||
{
|
{
|
||||||
// the rectangles are disjoint, so substracting has no effect
|
// the rectangles are disjoint, so subtracting has no effect
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@@ -61,7 +61,7 @@ bool wxDfbCheckReturn(DFBResult code)
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
// FIXME: should handle the errors individually
|
// FIXME: should handle the errors individually
|
||||||
wxLogError(_("DirectFB error %d occured."), (int)code);
|
wxLogError(_("DirectFB error %d occurred."), (int)code);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user