Compile with gcc <= 4.8
Reviewed-by: Martin Gräßlin
This commit is contained in:
parent
0c5ca405cc
commit
02b9cf739f
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ void PointerInputRedirection::enablePointerConstraints()
|
|||
if (r.contains(m_pos.toPoint())) {
|
||||
cf->setConfined(true);
|
||||
m_confined = true;
|
||||
m_confinedPointerRegionConnection = connect(cf, &KWayland::Server::ConfinedPointerInterface::regionChanged, this,
|
||||
m_confinedPointerRegionConnection = connect(cf.data(), &KWayland::Server::ConfinedPointerInterface::regionChanged, this,
|
||||
[this] {
|
||||
if (!m_window) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue