| Summary: | fbdev: Allow exiting without clearing the framebuffer | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Paul Cercueil <paul> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | sezeroz |
| Version: | HG 1.2 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Attachments: | Patch to fix the issue | ||
The patch is in. Thanks. http://hg.libsdl.org/SDL/rev/e4139c50698a |
Created attachment 4162 [details] Patch to fix the issue From the patch: "By setting the environment variable SDL_FBCON_DONT_CLEAR, the application won't clear the framebuffer when exiting. We use it inside an app launcher, which will set this variable before exiting, in order for the loading screen to stay visible until the launched application takes hand."