Skip to content
Commit 43b59786 authored by Derek Foreman's avatar Derek Foreman
Browse files

paint_node: Fix paint_node_damage_below



This list walk is broken, the intent was to walk the tail of the list
starting from the currently held node - but that is not what happens.
Instead, walk the list backwards and stop a the held node.

Also, paint_node_damage_below() is used when moving paint nodes between
planes, and in these cases we definitely don't want to limit damage to
the current plane.

Signed-off-by: default avatarDerek Foreman <derek.foreman@collabora.com>
parent 550c4c3d
Loading
Loading
Loading
Pipeline #943089 passed with stages
in 3 minutes and 20 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment