* removed CopyRegionList, as it made no sense
* finally nailed that much hated bug where the wrong background underneath the cursor was restored. I always looked for this in the wrong place - of course, you cannot blit regions on top of the cursor and expect the backup of the background to be magically valid still... ;-) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15461 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -69,9 +69,6 @@ public:
|
||||
void CopyRegion(/*const*/ BRegion* region,
|
||||
int32 xOffset, int32 yOffset);
|
||||
|
||||
void CopyRegionList(BList* list, BList* pList,
|
||||
int32 rCount, BRegion* clipReg);
|
||||
|
||||
void InvertRect(BRect r);
|
||||
|
||||
void DrawBitmap(ServerBitmap *bitmap,
|
||||
|
||||
Reference in New Issue
Block a user