nothing important . Really! :-)

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7150 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adi Oanca
2004-04-03 15:06:45 +00:00
parent 3350f57dd7
commit 009bee6435
+2 -1
View File
@@ -165,7 +165,8 @@ printf("WinBorder(%s)::Draw()\n", GetName());
// restrict Decorator drawing to the update region only. // restrict Decorator drawing to the update region only.
fDriver->ConstrainClippingRegion(&fUpdateReg); fDriver->ConstrainClippingRegion(&fUpdateReg);
fUpdateReg.PrintToStream(); fUpdateReg.PrintToStream();
fDriver->FillRect(r, fBackColor); RGBColor c(128, 56, 98);
fDriver->FillRect(r, c);
snooze(1000000); snooze(1000000);
// NOTE: r is NOT transformed from Screen coordinates // NOTE: r is NOT transformed from Screen coordinates
fDecorator->Draw(r); fDecorator->Draw(r);