re-added explicitly setting draw order for pointer-style animations
authorHolger Schemel <info@artsoft.org>
Thu, 4 Jan 2024 13:36:48 +0000 (14:36 +0100)
committerHolger Schemel <info@artsoft.org>
Thu, 4 Jan 2024 13:36:48 +0000 (14:36 +0100)
commitd3169996a584ab249a078dd71a62111f60c7683c
tree2622f1c2cea79ffc1cb423c573b180ba17c5846d
parentffbf029c35d1abc2975fe61dc2cd7230d7e2f04b
re-added explicitly setting draw order for pointer-style animations

Even though pointer-style animations are handled specially when being
drawn (on top of all other global animations), they are not handled
specially when being checked for clicks. Therefore, forcing a high
draw order for pointer-style animations is still required (as the draw
order is not only used for drawing, but also for the order of checking
animations for mouse clicks).

This reverts commit d1a0dcb3.
src/anim.c