added setting draw order and style for pointer-style global animations
authorHolger Schemel <info@artsoft.org>
Wed, 24 Apr 2019 17:31:45 +0000 (19:31 +0200)
committerHolger Schemel <info@artsoft.org>
Wed, 24 Apr 2019 17:38:22 +0000 (19:38 +0200)
commit2d12b56bd6b64aa3008deae1e1d0ef5755a6bc80
treebc1fb32a90e0dbdc940a87a1b39316bf0895d9fd
parent98ae5fc5e9274fea99a2ed8873b78fc2110ce3ce
added setting draw order and style for pointer-style global animations

To ensure pointer-like behavior for pointer-style global animations,
set draw order to high value (if draw order has default value) to be
on top of all other animations and set style to pass-through clicks
(if style has default value) to handle mouse clicks under the pointer
animation.
src/anim.c