input: set tablet cursor hotspot

This commit is contained in:
Xaver Hugl 2021-12-09 16:58:03 +01:00
parent f308447cc2
commit 6ce0cc987d

View file

@ -1653,6 +1653,7 @@ public:
disconnect(m_surface, nullptr, this, nullptr);
}
m_surface = surface;
m_hotspot = hotspot;
connect(m_surface, &KWaylandServer::SurfaceInterface::committed, this, &SurfaceCursor::refresh);
refresh();