- Ensure that window states are updated when the framebuffer size changes. (Regression from r5473.)
This commit is contained in:
rogerman 2016-06-29 01:03:11 +00:00
parent 8cfea593f8
commit 558e405511
1 changed files with 3 additions and 0 deletions

View File

@ -4896,6 +4896,9 @@ void GPUEngineBase::SetCustomFramebufferSize(size_t w, size_t h)
this->_bgLayerIndexCustom = newBGLayerIndexCustom;
this->_bgLayerColorCustom = newBGLayerColorCustom;
this->_needUpdateWINH[0] = true;
this->_needUpdateWINH[1] = true;
free_aligned(oldWorkingScanline);
free_aligned(oldBGPixels);
free_aligned(oldBGLayerIndexCustom);