Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 582618
Collapse All | Expand All

(-) (-3 / +2 lines)
Line  Link Here
- qt-everywhere-opensource-src-4.8.7/src/xmlpatterns/api/qcoloroutput_p.h.gcc6	2015-05-07 09:14:48.000000000 -0500
Lines 70-77 namespace QPatternist Link Here
70
            ForegroundShift = 10,
70
            ForegroundShift = 10,
71
            BackgroundShift = 20,
71
            BackgroundShift = 20,
72
            SpecialShift    = 20,
72
            SpecialShift    = 20,
73
            ForegroundMask  = ((1 << ForegroundShift) - 1) << ForegroundShift,
73
            ForegroundMask  = 0x1f << ForegroundShift,
74
            BackgroundMask  = ((1 << BackgroundShift) - 1) << BackgroundShift
74
            BackgroundMask  = 0x7 << BackgroundShift
75
        };
75
        };
76
76
77
    public:
77
    public:

Return to bug 582618