mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:57:45 +00:00
Rename CBitmap to CharacterBitmap.
This commit is contained in:
parent
305aa25aae
commit
e180e2553a
10 changed files with 33 additions and 33 deletions
|
@ -75,7 +75,7 @@ void Painter::xorRect(const Rect& rect, Color color)
|
|||
}
|
||||
}
|
||||
|
||||
void Painter::drawBitmap(const Point& p, const CBitmap& bitmap, Color color)
|
||||
void Painter::drawBitmap(const Point& p, const CharacterBitmap& bitmap, Color color)
|
||||
{
|
||||
Point point = p;
|
||||
point.moveBy(m_translation);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue