nothing important . Really! :-)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7150 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user