ViewHWInterface updates are a bit smoother now
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12175 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -19,7 +19,8 @@ HWInterface::HWInterface()
|
|||||||
fCursor(NULL),
|
fCursor(NULL),
|
||||||
fCursorVisible(true),
|
fCursorVisible(true),
|
||||||
fCursorLocation(0.5, 0.5),
|
fCursorLocation(0.5, 0.5),
|
||||||
fUpdateExecutor(new UpdateQueue(this))
|
// fUpdateExecutor(new UpdateQueue(this))
|
||||||
|
fUpdateExecutor(NULL)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -268,7 +268,8 @@ STRACE("MSG_UPDATE\n");
|
|||||||
}*/
|
}*/
|
||||||
BRect frame = fUpdateRegion.Frame();
|
BRect frame = fUpdateRegion.Frame();
|
||||||
if (frame.IsValid()) {
|
if (frame.IsValid()) {
|
||||||
fView->Invalidate(frame);
|
// fView->Invalidate(frame);
|
||||||
|
fView->Invalidate();
|
||||||
}
|
}
|
||||||
fUpdateRegion.MakeEmpty();
|
fUpdateRegion.MakeEmpty();
|
||||||
fUpdateLock.Unlock();
|
fUpdateLock.Unlock();
|
||||||
|
|||||||
Reference in New Issue
Block a user