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:
Stephan Aßmus 2005-11-24 21:04:46 +00:00
parent 420b55f261
commit 0cf04412be

View File

@ -55,7 +55,7 @@ Desktop::~Desktop()
void
Desktop::Draw(BRect updateRect)
{
#if RUN_WITH_FRAME_BUFFER
#if !RUN_WITH_FRAME_BUFFER
// since parts of the view might have been exposed,
// we need a clipping rebuild
if (LockClipping()) {
@ -73,7 +73,7 @@ Desktop::Draw(BRect updateRect)
fDrawingEngine->Unlock();
}
#if RUN_WITH_FRAME_BUFFER
#if !RUN_WITH_FRAME_BUFFER
// trigger redrawing windows
BRegion update(updateRect);
update.Exclude(&fBackgroundRegion);