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:
Stephan Aßmus 2005-04-20 10:12:54 +00:00
parent ded5874ea2
commit f8bbbd8332

View File

@ -350,13 +350,10 @@ AccelerantHWInterface::SetMode(const display_mode &mode)
fBackBuffer = NULL;
return ret;
}
}
// 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;
}