removed unnecessary call to ConstrainClipping(), the drawing functions that take a color are reserved for the server and ignore clipping

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17328 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2006-05-05 08:56:59 +00:00
parent ee24641fee
commit e6b19d1f40

View File

@ -2163,7 +2163,6 @@ Desktop::_SetBackground(BRegion& background)
fBackgroundRegion = background;
if (dirtyBackground.Frame().IsValid()) {
if (GetDrawingEngine()->Lock()) {
GetDrawingEngine()->ConstrainClippingRegion(NULL);
GetDrawingEngine()->FillRegion(dirtyBackground,
fWorkspaces[fCurrentWorkspace].Color());