| Summary: | SDL simulates activity? | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Adrián Chaves Fernández <adriyetichaves> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | minor | ||
| Priority: | P2 | CC: | jspradlin |
| Version: | 1.2.14 | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
Adrián Chaves Fernández
2010-10-01 11:22:32 UTC
Thank you for your bug report! We're busy working on getting SDL 1.3 ready for a high quality release, and want to make sure as many things are fixed there as possible. Could you check to see if your bug is resolved by the latest SDL 1.3 snapshot? http://www.libsdl.org/tmp/SDL-1.3.zip Thanks! (In reply to comment #1) > Thank you for your bug report! > > We're busy working on getting SDL 1.3 ready for a high quality release, and > want to make sure as many things are fixed there as possible. > Could you check to see if your bug is resolved by the latest SDL 1.3 snapshot? > http://www.libsdl.org/tmp/SDL-1.3.zip > > Thanks! To the test, which I would make with Violetland since it compiles fast, I would also need image, mixer and ttf. Is there any place where I can find 1.3 version of those? (In reply to comment #0) > So here I am. Does SDL simulates somehow input activity? Sorry for a late reply: yes, SDL does. It calls XResetScreenSaver() every five seconds to prevent the screen saver from triggering. I presume that RSIBreak notices this in some way and considers it input activity. You can export the environment variable SDL_VIDEO_ALLOW_SCREENSAVER=1 to avoid this. --ryan. |