| Summary: | Android: Report hardware on startup | ||
|---|---|---|---|
| Product: | SDL | Reporter: | rettichschnidi <bugzillas> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | bugzillas |
| Version: | HG 2.0 | Keywords: | target-2.0.4, triage-2.0.4 |
| Hardware: | All | ||
| OS: | Android (All) | ||
| Attachments: |
Most simple patch I can think of.
Updated for revision 9372:a9bf04588f17 Remove superfluous whitespace characters |
||
|
Description
rettichschnidi
2014-07-18 09:43:36 UTC
Marking a large number of bugs with the "triage-2.0.4" keyword at once. Sorry if you got a lot of email from this. This is to help me sort through some bugs in regards to a 2.0.4 release. We may or may not fix this bug for 2.0.4, though! Created attachment 2052 [details]
Updated for revision 9372:a9bf04588f17
(sorry if you get a lot of copies of this email, I'm marking several bugs at once) Marking bugs for the (mostly) final 2.0.4 TODO list. This means we're hoping to resolve this bug before 2.0.4 ships if possible. In a perfect world, the open bug count with the target-2.0.4 keyword is zero when we ship. (Note that closing a bug report as WONTFIX, INVALID or WORKSFORME might still happen.) --ryan. This patch is now https://hg.libsdl.org/SDL/rev/4de1f53b6b6b, thanks! --ryan. Created attachment 2113 [details]
Remove superfluous whitespace characters
Thanks! Unfortunately, I accidentally added some unwanted whitespace characters at the end of the first added code line. This attached patch removes them plus all the other superfluous whitespace characters in the Android source file. (In reply to rettichschnidi from comment #6) > This attached patch removes them plus all the other superfluous whitespace > characters in the Android source file. This patch is now https://hg.libsdl.org/SDL/rev/cc6cba65bf36, thanks! --ryan. |