please forgive me (next check in when I really coded new stuff)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15135 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -55,7 +55,7 @@ Desktop::~Desktop()
|
|||||||
void
|
void
|
||||||
Desktop::Draw(BRect updateRect)
|
Desktop::Draw(BRect updateRect)
|
||||||
{
|
{
|
||||||
#if RUN_WITH_FRAME_BUFFER
|
#if !RUN_WITH_FRAME_BUFFER
|
||||||
// since parts of the view might have been exposed,
|
// since parts of the view might have been exposed,
|
||||||
// we need a clipping rebuild
|
// we need a clipping rebuild
|
||||||
if (LockClipping()) {
|
if (LockClipping()) {
|
||||||
@@ -73,7 +73,7 @@ Desktop::Draw(BRect updateRect)
|
|||||||
fDrawingEngine->Unlock();
|
fDrawingEngine->Unlock();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if RUN_WITH_FRAME_BUFFER
|
#if !RUN_WITH_FRAME_BUFFER
|
||||||
// trigger redrawing windows
|
// trigger redrawing windows
|
||||||
BRegion update(updateRect);
|
BRegion update(updateRect);
|
||||||
update.Exclude(&fBackgroundRegion);
|
update.Exclude(&fBackgroundRegion);
|
||||||
|
|||||||
Reference in New Issue
Block a user