Skip to content

[wayland] Fix drag and drop icon offsets

David Edmundson requested to merge work/moving_cursor into master

The position is the cursor hotspot, a proxy for the surface offset. There's no reason for this to summate. Otherwise multiple commits will start to move the cursor.

So far we haven't seen any animating drag and drop icons in the wild so it hasn't been an issue. This was spotted code reviewing something else.

Merge request reports