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

Collapse All | Expand All

(-)icewm-1.2.3pre1/src/aapm.cc (-2 / +1 lines)
Lines 462-469 Link Here
462
    class YPixbuf * gradient(parent()->getGradient());
462
    class YPixbuf * gradient(parent()->getGradient());
463
463
464
    if (gradient) {
464
    if (gradient) {
465
        g.copyPixbuf(*gradient, this->x(), this->y(),
465
        g.copyPixbuf(*gradient, this->x(), this->y(), width(), height(), 0, 0);
466
                     width((), height(), 0, 0));
467
    }
466
    }
468
    else
467
    else
469
#endif
468
#endif

Return to bug 9920