Skip to content

platforms/drm: Remove redundant args in DrmBackend::moveCursor()

Vlad Zahorodnii requested to merge work/move-cursor-redundant-arguments into master

Similar to the cursor image, the cursor position can be retrieved by checking Cursors::self()->currentCursor()->pos().

Merge request reports