Merge ICS HEAD

This commit is contained in:
Jef Oliver 2012-08-27 23:55:39 -07:00
commit d1b89cee24
1 changed files with 2 additions and 0 deletions

View File

@ -960,6 +960,8 @@ static void handleHDMIStateChange(hwc_composer_device_t *dev, int externaltype)
if (fbDev) {
fbDev->perform(fbDev, EVENT_EXTERNAL_DISPLAY, externaltype);
}
// Yield - Allows the UI channel(with zorder 0) to be opened first
sched_yield();
if(ctx && ctx->mOverlayLibObject) {
overlay::Overlay *ovLibObject = ctx->mOverlayLibObject;
if (!externaltype) {