]> git.mdlowis.com Git - proto/labwc.git/commit
input: move cursor event listeners from tablet to seat
authorJens Peters <jp7677@gmail.com>
Fri, 9 Aug 2024 07:25:00 +0000 (09:25 +0200)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Tue, 13 Aug 2024 16:40:34 +0000 (18:40 +0200)
commitdd0cee02a47e6a806be6209260ebcb2708f24461
tree9852d1f4fde34c581dfd878504311f93965f421b
parent538eb3ee83926283b8d04a3046984f288f95aef3
input: move cursor event listeners from tablet to seat

Otherwise we would subscribe multiple times to the
same event when having multiple tablets.
include/input/tablet-pad.h
include/input/tablet-tool.h
include/input/tablet.h
include/labwc.h
src/input/cursor.c
src/input/tablet-pad.c
src/input/tablet-tool.c
src/input/tablet.c
src/seat.c