GPU:
- Ensure that window states are updated when the framebuffer size changes. (Regression from r5473.)
This commit is contained in:
parent
8cfea593f8
commit
558e405511
|
@ -4896,6 +4896,9 @@ void GPUEngineBase::SetCustomFramebufferSize(size_t w, size_t h)
|
||||||
this->_bgLayerIndexCustom = newBGLayerIndexCustom;
|
this->_bgLayerIndexCustom = newBGLayerIndexCustom;
|
||||||
this->_bgLayerColorCustom = newBGLayerColorCustom;
|
this->_bgLayerColorCustom = newBGLayerColorCustom;
|
||||||
|
|
||||||
|
this->_needUpdateWINH[0] = true;
|
||||||
|
this->_needUpdateWINH[1] = true;
|
||||||
|
|
||||||
free_aligned(oldWorkingScanline);
|
free_aligned(oldWorkingScanline);
|
||||||
free_aligned(oldBGPixels);
|
free_aligned(oldBGPixels);
|
||||||
free_aligned(oldBGLayerIndexCustom);
|
free_aligned(oldBGLayerIndexCustom);
|
||||||
|
|
Loading…
Reference in New Issue