mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 05:21:28 +01:00
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:
parent
420b55f261
commit
0cf04412be
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user