| Summary: | Entering fullscreen with the "Spaces" button on OSX does not update SDL_GetWindowFlags() | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Daniel Ratcliffe <dratcliffe> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | amaranth72 |
| Version: | 2.0.3 | ||
| Hardware: | x86 | ||
| OS: | Mac OS X 10.8 | ||
|
Description
Daniel Ratcliffe
2014-07-11 11:17:19 UTC
This is intentional (and good behaviour in my opinion) - see the commit message here: https://hg.libsdl.org/SDL/rev/a2910aa6c056 Keep in mind that the user pressing the button to make the window go into its own Space does not have the same behaviour as the program calling SDL_SetWindowFullscreen(..., SDL_WINDOW_FULLSCREEN_DESKTOP), because the menubar and dock are not fully hidden in the former case. The SDL program can 'enter' fullscreen-desktop mode programmatically at any time, even after the user has pressed that button. Design is clarified. |