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 - Resize regression with 52dddda6fba7 when exiting fullscreen
Summary: Resize regression with 52dddda6fba7 when exiting fullscreen
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: HG 2.1
Hardware: All All
: P2 major
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-12 05:06 UTC by zeranoe
Modified: 2019-08-13 01:59 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?