| 737 | } |
| 738 | |
| 739 | void PointerInputRedirection::removeWindowSelectionCursor() |
| 740 | { |
| 741 | if (!inited()) { |
| 742 | return; |
| 743 | } |
| 744 | update(); |
| 745 | m_cursor->removeWindowSelectionCursor(); |
| 746 | } |
| 747 | |
| 748 | CursorImage::CursorImage(PointerInputRedirection *parent) |
| 749 | : QObject(parent) |