Skip to content

platforms/drm: Use a software cursor if the cursor image is too big

Vlad Zahorodnii requested to merge work/switch-between-sw-hw-cursor into master

When dragging files on the desktop, the cursor image might be just too big for the cursor plane, in which case we need to abandon hardware cursors for a brief moment and use a software cursor. Once the files have been dropped and the cursor image is small enough, we can go back to using hw cursors.

BUG: 424589

Edited by Vlad Zahorodnii

Merge request reports