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:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user