| Summary: | Mac: window moves unexpectedly when exiting SDL_WINDOW_FULLSCREEN_DESKTOP mode | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Alex Szpakowski <amaranth72> |
| Component: | video | Assignee: | (disabled) Jørgen Tjernø <jorgen> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | jorgen |
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Mac OS X 10.8 | ||
| Attachments: |
Test case demonstrating the issue when exiting fullscreen
Patch to fix the window movement issue. |
||
|
Description
Alex Szpakowski
2013-08-29 07:32:30 UTC
Update: the one-liner fix causes odd window resizing issues when exiting fullscreen with highdpi enabled. The two-line fix (swapping the two lines) works fine though. I'll add a patch with the line swap. Created attachment 1385 [details]
Patch to fix the window movement issue.
Fixed, thanks! http://hg.libsdl.org/SDL/rev/e88af17231bd |