Merge branch 'Plasma/5.2'

icc-effect-5.14.5
Martin Gräßlin 2015-02-06 09:41:15 +01:00
commit 45519677b2
1 changed files with 2 additions and 0 deletions

View File

@ -690,6 +690,8 @@ void EffectsHandlerImpl::startMouseInterception(Effect *effect, Qt::CursorShape
Cursor::x11Cursor(shape)
};
m_mouseInterceptionWindow.reset(Xcb::createInputWindow(geo, mask, values));
} else {
defineCursor(shape);
}
m_mouseInterceptionWindow.map();
m_mouseInterceptionWindow.raise();