| Summary: | Win32: 'fullscreen' app doesn't always extend to top of screen | ||
|---|---|---|---|
| Product: | SDL | Reporter: | David Ludwig <dll> |
| Component: | video | Assignee: | David Ludwig <dll> |
| Status: | RESOLVED FIXED | QA Contact: | David Ludwig <dll> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Windows (All) | ||
| Attachments: |
Screenshot of described, Observed Result
v.1 of fix, pending further testing |
||
|
Description
David Ludwig
2015-12-27 18:44:40 UTC
Created attachment 2347 [details]
Screenshot of described, Observed Result
Here is the Observed Result, with a 'full-screened' SDL2 app at the bottom of the screen, but the app behind it is showing through!
A video of this bug being demonstrated is at https://www.youtube.com/watch?v=VM2yehBc76w Please note that *BOTH* the screenshot and this video are performed with SDL Bug 3202's proposed patch being applied! Without this patch, the bug still occurs, with app(s) behind the SDL app poking through, at the top of the screen, however the SDL content does not draw. I just added some inline comments to that YouTube video of this bug, in-action. Confirmed: this bug reproduces on Windows 7 SP1 It does look like the window isn't getting shrunk, to note, but rather that it is getting slid-down a bit, by roughly (exactly?) the amount of space that the title-bar takes up. Created attachment 2350 [details]
v.1 of fix, pending further testing
|