зеркало из https://github.com/mozilla/gecko-dev.git
Bug 578384: Clear to to transparent black instead of solid white. r=jrmuizel
This commit is contained in:
Родитель
a7f4533995
Коммит
4138c802e8
|
@ -327,7 +327,7 @@ LayerManagerD3D9::Render()
|
|||
nsIntRect rect;
|
||||
mWidget->GetClientBounds(rect);
|
||||
|
||||
mDevice->Clear(0, NULL, D3DCLEAR_TARGET, 0xffffffff, 0, 0);
|
||||
mDevice->Clear(0, NULL, D3DCLEAR_TARGET, 0x00000000, 0, 0);
|
||||
|
||||
mDevice->BeginScene();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче