| Summary: | Window minimizes itself when focus is lost to an app on another display | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Jeffrey Carpenter <i8degrees> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | philipp.wiesemann |
| Version: | 2.0.1 | ||
| Hardware: | x86_64 | ||
| OS: | Other | ||
|
Description
Jeffrey Carpenter
2014-01-07 23:31:41 UTC
Disabling the hint "SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS" fixes the behavior I deemed a bug in my report. I suppose this means that the "bug" is actually a "feature"...? In any case, I'd love to see this hint mentioned in the official wiki documentation. Thanks! (In reply to Jeffrey Carpenter from comment #1) > Disabling the hint "SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS" fixes the > behavior I deemed a bug in my report. I suppose this means that the "bug" is > actually a "feature"...? > > In any case, I'd love to see this hint mentioned in the official wiki > documentation. > > Thanks! Hint added to wiki: https://wiki.libsdl.org/SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS Remarks are missing though. |