Merge change I46b2df15 into eclair
* changes: fix [2164183] sometimes device just wants to stay asleep
This commit is contained in:
@@ -454,10 +454,10 @@ void Layer::lockPageFlip(bool& recomputeVisibleRegions)
|
|||||||
|
|
||||||
// recompute visible region
|
// recompute visible region
|
||||||
recomputeVisibleRegions = true;
|
recomputeVisibleRegions = true;
|
||||||
|
|
||||||
// we now have the correct size, unfreeze the screen
|
|
||||||
mFreezeLock.clear();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// we now have the correct size, unfreeze the screen
|
||||||
|
mFreezeLock.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (lcblk->getQueuedCount()) {
|
if (lcblk->getQueuedCount()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user