Imported OpenTracker-current.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15764 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-12-31 12:34:37 +00:00
parent aa9196b83e
commit a615ec8f86
9 changed files with 293 additions and 196 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ void
OffscreenBitmap::NewBitmap(BRect bounds)
{
delete fBitmap;
fBitmap = new BBitmap(bounds, B_COLOR_8_BIT, true);
fBitmap = new BBitmap(bounds, B_RGB32, true);
if (fBitmap->Lock()) {
BView *view = new BView(fBitmap->Bounds(), "", B_FOLLOW_NONE, 0);
fBitmap->AddChild(view);