input: set tablet cursor hotspot
This commit is contained in:
parent
f308447cc2
commit
6ce0cc987d
1 changed files with 1 additions and 0 deletions
|
@ -1653,6 +1653,7 @@ public:
|
||||||
disconnect(m_surface, nullptr, this, nullptr);
|
disconnect(m_surface, nullptr, this, nullptr);
|
||||||
}
|
}
|
||||||
m_surface = surface;
|
m_surface = surface;
|
||||||
|
m_hotspot = hotspot;
|
||||||
connect(m_surface, &KWaylandServer::SurfaceInterface::committed, this, &SurfaceCursor::refresh);
|
connect(m_surface, &KWaylandServer::SurfaceInterface::committed, this, &SurfaceCursor::refresh);
|
||||||
|
|
||||||
refresh();
|
refresh();
|
||||||
|
|
Loading…
Reference in a new issue