Merge branch 'Plasma/5.2'
This commit is contained in:
commit
45519677b2
1 changed files with 2 additions and 0 deletions
|
@ -690,6 +690,8 @@ void EffectsHandlerImpl::startMouseInterception(Effect *effect, Qt::CursorShape
|
||||||
Cursor::x11Cursor(shape)
|
Cursor::x11Cursor(shape)
|
||||||
};
|
};
|
||||||
m_mouseInterceptionWindow.reset(Xcb::createInputWindow(geo, mask, values));
|
m_mouseInterceptionWindow.reset(Xcb::createInputWindow(geo, mask, values));
|
||||||
|
} else {
|
||||||
|
defineCursor(shape);
|
||||||
}
|
}
|
||||||
m_mouseInterceptionWindow.map();
|
m_mouseInterceptionWindow.map();
|
||||||
m_mouseInterceptionWindow.raise();
|
m_mouseInterceptionWindow.raise();
|
||||||
|
|
Loading…
Reference in a new issue