| Summary: | SDL_windowswindow.c incorrect icon height | ||
|---|---|---|---|
| Product: | SDL | Reporter: | mekhontsev |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.7 | ||
| Hardware: | x86 | ||
| OS: | Windows 10 | ||
|
Description
mekhontsev
2018-01-12 08:45:45 UTC
Why would you need the size to be 2x? I don't see anywhere that it's writing more than 40 bytes plus w * h * 4 bytes to the allocated data. Ah, I see what's happening. Does this fix it? https://hg.libsdl.org/SDL/rev/44536468cdd2 (In reply to Sam Lantinga from comment #2) > Ah, I see what's happening. Does this fix it? > https://hg.libsdl.org/SDL/rev/44536468cdd2 Yes, thank you! Great, thanks! |