]> git.mdlowis.com Git - proto/labwc.git/commit
input: move notify-idle-manager to tablet/touch handlers
authorJens Peters <jp7677@gmail.com>
Tue, 29 Oct 2024 19:39:17 +0000 (20:39 +0100)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Sun, 10 Nov 2024 08:08:38 +0000 (17:08 +0900)
commit7e0cd8ee5ac95e224637016f1e7e4738ed04b87d
tree47568df451dc066f27f20180a43d808d1c122ec1
parenteed972cef1996cab355cf2ecbb41ff1e3f8b6ce0
input: move notify-idle-manager to tablet/touch handlers

Move them away from the cursor emulate functions. This
avoid calling them twice for touch motion.

Also notify idle manager on touch down/up.
src/input/cursor.c
src/input/tablet.c
src/input/touch.c