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

Collapse All | Expand All

(-)qtbase-everywhere-src-5.15.5/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp.orig (+1 lines)
Lines 827-832 Link Here
827
                | XCB_INPUT_XI_EVENT_MASK_TOUCH_BEGIN
827
                | XCB_INPUT_XI_EVENT_MASK_TOUCH_BEGIN
828
                | XCB_INPUT_XI_EVENT_MASK_TOUCH_UPDATE
828
                | XCB_INPUT_XI_EVENT_MASK_TOUCH_UPDATE
829
                | XCB_INPUT_XI_EVENT_MASK_TOUCH_END;
829
                | XCB_INPUT_XI_EVENT_MASK_TOUCH_END;
830
        mask = qToLittleEndian(mask);
830
831
831
        for (int id : qAsConst(m_xiMasterPointerIds)) {
832
        for (int id : qAsConst(m_xiMasterPointerIds)) {
832
            xcb_generic_error_t *error = nullptr;
833
            xcb_generic_error_t *error = nullptr;

Return to bug 691296