Skip to content

[3.0] caopengllayer: fix wrong fullscreen size

Marvin Scholz requested to merge ePirat/vlc:epirat-3.0.x-fix-fullscreen into 3.0.x

When transitioning to fullscreen, the codepath for non-live resize was used and did not trigger rendering here. As the size if now handled by the window however, this resulted in a wrong size as it was never actually updated. To prevent that, always render with the proper size from the layer regardless if we are in live-resize or not.

Fixes #27276 (closed)

(cherry picked from commit 3f012cc3) Signed-off-by: Marvin Scholz epirat07@gmail.com

Edited by Steve Lhomme

Merge request reports