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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/fontforge/charview.c
0
++ b/fontforge/charview.c
Lines 8659-8665 static void CVMenuClearHints(GWindow gw,struct gmenuitem *mi,GEvent *e) { Link Here
8659
static int CVNumForePointsSelected(CharView *cv, BasePoint **bp) {
8659
static int CVNumForePointsSelected(CharView *cv, BasePoint **bp) {
8660
    SplineSet *spl;
8660
    SplineSet *spl;
8661
    SplinePoint *test, *first;
8661
    SplinePoint *test, *first;
8662
    BasePoint *bps[4];
8662
    BasePoint *bps[5];
8663
    int i, cnt;
8663
    int i, cnt;
8664
8664
8665
    if ( cv->b.drawmode!=dm_fore )
8665
    if ( cv->b.drawmode!=dm_fore )

Return to bug 401207