mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
libDtHelp: Cov 89366
This commit is contained in:
parent
e85dfc66be
commit
a69ed1cf9b
1 changed files with 1 additions and 1 deletions
|
@ -1025,7 +1025,7 @@ IL_PRIVATE ilBool _ilConvertRGBToPalette (
|
||||||
long *pColorTable;
|
long *pColorTable;
|
||||||
ilBool diffusion, chooseColors;
|
ilBool diffusion, chooseColors;
|
||||||
int i, shifts[3], nColors;
|
int i, shifts[3], nColors;
|
||||||
const unsigned short *pMulTable[3]; /* dither other than 484 only: pMul? */
|
const unsigned short *pMulTable[3] = { NULL, NULL, NULL }; /* dither other than 484 only: pMul? */
|
||||||
static ilConvertToPaletteInfo defaultConvert =
|
static ilConvertToPaletteInfo defaultConvert =
|
||||||
{IL_DIFFUSION, { 4, 8, 4 }, 8, IL_PALETTE, (ilObject)NULL};
|
{IL_DIFFUSION, { 4, 8, 4 }, 8, IL_PALETTE, (ilObject)NULL};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue