| Summary: | [patch] Fix possible typo in testoverlay2.c | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Martin Decky <martin> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Proposed patch | ||
Fixed, thanks! http://hg.libsdl.org/SDL/rev/07559b6cb64f |
Created attachment 568 [details] Proposed patch The value of event.window.data2 (representing window height for SDL_WINDOWEVENT_RESIZED) is assigned to displayrect.w. This is very likely a typo and the correct member should be displayrect.h. A patch is attached.