changed only handling pointer-style animations clicks in request dialogs
authorHolger Schemel <info@artsoft.org>
Sat, 9 Dec 2023 16:44:11 +0000 (17:44 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 9 Dec 2023 16:50:09 +0000 (17:50 +0100)
commit2d49bde26882e981d844866672ddbc54f1cf4875
treef87eb1b8abdda55704ba2ac67c2d6c14b6945ce2
parentf8adc288ec39fcd2f1855e337bb021a6760f6842
changed only handling pointer-style animations clicks in request dialogs

As request dialogs are displayed above all other screen elements,
including global animations (except pointer-style global animations),
global animations should not be clickable while request dialogs are
active, with the exception of clickable pointer-style animations,
which is generally used to display a different pointer while the
mouse button is pressed.
src/anim.c