From e6b19d1f400337bf24e8863666bfba5ccb2ff1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Fri, 5 May 2006 08:56:59 +0000 Subject: [PATCH] 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 --- src/servers/app/Desktop.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/servers/app/Desktop.cpp b/src/servers/app/Desktop.cpp index f3c2667dfa..fdc9603eff 100644 --- a/src/servers/app/Desktop.cpp +++ b/src/servers/app/Desktop.cpp @@ -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());