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

Collapse All | Expand All

(-)freetype-2.1.10/src/sfnt/sfdriver.c.xorgfix (+5 lines)
Lines 367-374 Link Here
367
    /* see `ttsbit.h' and `sfnt.h' */
367
    /* see `ttsbit.h' and `sfnt.h' */
368
    tt_face_set_sbit_strike,
368
    tt_face_set_sbit_strike,
369
    tt_face_load_sbit_strikes,
369
    tt_face_load_sbit_strikes,
370
#ifdef FT_OPTIMIZE_MEMORY
370
    0 /* tt_find_sbit_image */,
371
    0 /* tt_find_sbit_image */,
371
    0 /* tt_load_sbit_metrics */,
372
    0 /* tt_load_sbit_metrics */,
373
#else
374
    tt_find_sbit_image,
375
    tt_load_sbit_metrics,
376
#endif
372
    tt_face_load_sbit_image,
377
    tt_face_load_sbit_image,
373
    tt_face_free_sbit_strikes,
378
    tt_face_free_sbit_strikes,
374
379

Return to bug 128760