it helps reading my own commit messages
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12450 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -350,12 +350,9 @@ AccelerantHWInterface::SetMode(const display_mode &mode)
|
|||||||
fBackBuffer = NULL;
|
fBackBuffer = NULL;
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
// clear out backbuffer, alpha is 255 this way
|
||||||
|
memset(fBackBuffer->Bits(), 255, fBackBuffer->BitsLength());
|
||||||
}
|
}
|
||||||
|
|
||||||
// clear out backbuffer, alpha is 255 this way
|
|
||||||
// TODO: maybe this should handle different color spaces in different
|
|
||||||
// ways
|
|
||||||
memset(fBackBuffer->Bits(), 255, fBackBuffer->BitsLength());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return B_OK;
|
return B_OK;
|
||||||
|
|||||||
Reference in New Issue
Block a user