Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 306053 | Differences between
and this patch

Collapse All | Expand All

(-)src/base/ftlcdfil.c (-1 / +1 lines)
Lines 275-281 Link Here
275
    /* the values here sum up to a value larger than 256, */
275
    /* the values here sum up to a value larger than 256, */
276
    /* providing a cheap gamma correction                 */
276
    /* providing a cheap gamma correction                 */
277
    static const FT_Byte  default_filter[5] =
277
    static const FT_Byte  default_filter[5] =
278
                            { 0x10, 0x40, 0x70, 0x40, 0x10 };
278
                            { 0x1C, 0x38, 0x55, 0x38, 0x1C };
279
279
280
280
281
    if ( library == NULL )
281
    if ( library == NULL )

Return to bug 306053