Checkin for Caz (without pain, even!) which adds DrawBitmap support

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7224 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm 2004-04-16 17:53:10 +00:00
parent da08bdd09d
commit 1b4ec3a38b

View File

@ -163,6 +163,7 @@ public:
void CopyBits(const BRect &src, const BRect &dest);
void CopyRegion(BRegion *src, const BPoint &lefttop);
void DrawBitmap(ServerBitmap *bitmap, const BRect &source, const BRect &dest, const DrawData *d);
void DrawBitmap(BRegion *region, ServerBitmap *bitmap, const BRect &source, const BRect &dest, const DrawData *d);
// one more:
void CopyRegionList(BList* list, BList* pList, int32 rCount, BRegion* clipReg);