Added Stroke/FillRegion to DisplayDriver for convenience

Fixes to redraw code - buggy, but less so. :)


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3719 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2003-06-28 20:07:36 +00:00
parent de662b01c8
commit a7699ce227
4 changed files with 71 additions and 21 deletions
-5
View File
@@ -296,11 +296,6 @@ printf("ClickMove: Drag\n");
_win->Unlock();
lock_layers();
// _parent->Invalidate(oldmoveframe);
// MoveBy(dx,dy);
// _decorator->MoveBy(BPoint(dx, dy));
// _parent->RequestDraw();
// _decorator->Draw();
BRegion *reg=_decorator->GetFootprint();
_driver->CopyRegion(reg,_win->_frame.LeftTop());