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

(-)a/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp (-1 / +1 lines)
Lines 274-280 void QXcbConnection::finalizeXInput2() Link Here
274
274
275
void QXcbConnection::xi2Select(xcb_window_t window)
275
void QXcbConnection::xi2Select(xcb_window_t window)
276
{
276
{
277
    if (!m_xi2Enabled)
277
    if (!m_xi2Enabled || window == rootWindow())
278
        return;
278
        return;
279
279
280
    Display *xDisplay = static_cast<Display *>(m_xlib_display);
280
    Display *xDisplay = static_cast<Display *>(m_xlib_display);

Return to bug 563914