View | Details | Raw Unified
Collapse All | Expand All

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