| Summary: | DIB_FocusPalette foreground/background handling | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Dmitry Yakimov <support> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 1.2 | ||
| Hardware: | x86 | ||
| OS: | Windows (All) | ||
|
Description
Dmitry Yakimov
2006-10-08 14:55:50 UTC
As far as I can tell the third argument to SelectPalette() simply affects whether the call should try to change the display palette or just map to the display palette. In our case we always want to change the display palette to the one we want. I'm checking in new palette code shortly to improve SDL DIB palette handling. |