| Summary: | MAC_FULLSCREEN_SPACES causes problems with window positioning | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Drew Bliss <drewb> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | amaranth72 |
| Version: | 2.0.3 | Keywords: | target-2.0.4 |
| Hardware: | x86_64 | ||
| OS: | Mac OS X 10.8 | ||
|
Description
Drew Bliss
2015-07-21 20:57:13 UTC
(In reply to Drew Bliss from comment #0) > 2. When going from fullscreen back to windowed mode, the window would > occasionally be off the screen. This was observed on a MBPr going from > 2880x1800 to 1440x900 borderless window. This part might be fixed by https://hg.libsdl.org/SDL/rev/aa1321ce8425 --ryan. That one reminds me of this: https://hg.libsdl.org/SDL/rev/e88af17231bd If the recent fixes to SDL_SetWindowSize haven't fixed this, I wonder if it's caused by something similar to the problem fixed by the above commit? The other bug ( https://github.com/ValveSoftware/Dota-2-Reborn/issues/176 ) should be fixed now by https://hg.libsdl.org/SDL/rev/77f017f7f16d ... --ryan. |