Bug 725143 - crash when restarting b2g with screen off [a=gal] DONTBUILD because NPOTB

This commit is contained in:
Fabrice Desré 2012-02-20 14:07:13 -08:00
Родитель 08a929174e
Коммит 5e226f0a31
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -78,6 +78,9 @@ static bool sFramebufferOpen;
nsWindow::nsWindow()
{
if (!sGLContext && !sFramebufferOpen) {
// workaround Bug 725143
hal::SetScreenEnabled(true);
// We (apparently) don't have a way to tell if allocating the
// fbs succeeded or failed.
gNativeWindow = new android::FramebufferNativeWindow();