nothing important . Really! :-)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7150 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3350f57dd7
commit
009bee6435
@ -165,7 +165,8 @@ printf("WinBorder(%s)::Draw()\n", GetName());
|
||||
// restrict Decorator drawing to the update region only.
|
||||
fDriver->ConstrainClippingRegion(&fUpdateReg);
|
||||
fUpdateReg.PrintToStream();
|
||||
fDriver->FillRect(r, fBackColor);
|
||||
RGBColor c(128, 56, 98);
|
||||
fDriver->FillRect(r, c);
|
||||
snooze(1000000);
|
||||
// NOTE: r is NOT transformed from Screen coordinates
|
||||
fDecorator->Draw(r);
|
||||
|
Loading…
Reference in New Issue
Block a user