We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4760

Summary: Resize regression with 52dddda6fba7 when exiting fullscreen
Product: SDL Reporter: zeranoe
Component: eventsAssignee: Sam Lantinga <slouken>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: major    
Priority: P2 CC: flibitijibibo, sezeroz
Version: HG 2.1   
Hardware: All   
OS: All   

Description zeranoe 2019-08-12 05:06:52 UTC
52dddda6fba7 introduced a bug where the the video is not resized when the window size is changed from full screen to windowed.

This bug was originally reported to FFmpeg here: https://trac.ffmpeg.org/ticket/8072
Comment 1 Ozkan Sezer 2019-08-12 07:38:14 UTC
Adding Ethan Lee (commit author) to CC list.
Comment 2 Ethan Lee 2019-08-13 01:59:08 UTC
This revision was made to resolve Bug 4227.

Without looking at their source it may be expecting a RESIZED when fullscreen is toggled, but I don’t know if they use FULLSCREEN_DESKTOP, or if their window size is reapplied on fullscreen toggle, or if the window is resizable, or what have you... do we have a small repro case for this?