* 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:
Stephan Aßmus
2005-12-10 10:42:26 +00:00
parent 12b29b9f1a
commit 7be34d3eb2
2 changed files with 3 additions and 34 deletions
@@ -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,