| Summary: | SDL_GL_SwapWindow interacting badly with app inactivity | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Wouter van Oortmerssen <aardappel> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | amaranth72 |
| Version: | HG 2.0 | ||
| Hardware: | iPhone/iPod touch | ||
| OS: | iOS 6 | ||
|
Description
Wouter van Oortmerssen
2013-06-07 15:49:41 UTC
Have you tried stopping GL/SwapWindow calls on SDL_APP_WILLENTERBACKGROUND and resuming on SDL_APP_DIDENTERFOREGROUND, instead of the minimization events? That fixes it.. hadn't seen this new feature, thanks! |