swayfx/sway/input
Rouven Czerwinski 299a159add cursor: arm cursor hide timer immediately
According to the wayland docs, wayland timers are disarmed on creation.
This leads to the cursor not being hidden if there is no activity after
creation, since the timer is armed on activity, but not at creation.
Arm the timer after creation to ensure the cursor is hidden even if
there is no cursor activity after creation.

Fixes #5684
2020-09-15 09:55:30 +02:00
..
cursor.c cursor: arm cursor hide timer immediately 2020-09-15 09:55:30 +02:00
input-manager.c Replace unprintable characters in input device id 2020-07-03 14:59:20 +02:00
keyboard.c input/keyboard: wlr_keyboard_group enter and leave 2020-06-16 17:53:23 +02:00
libinput.c input/libinput: remove input type property bias 2020-09-03 10:46:06 +02:00
seat.c input/cursor: reset event source after unhide 2020-09-14 18:14:08 -04:00
seatop_default.c input/pointer: correctly handle bindings for synthetic events 2020-06-25 21:32:15 +02:00
seatop_down.c input/cursor: refactor tablet tool tip events into seatops 2020-06-04 10:20:32 +02:00
seatop_move_floating.c input/tablet: allow moving floating tablet v2 surfaces by pen input 2020-06-07 10:46:14 +02:00
seatop_move_tiling.c input/tablet: allow moving tiling tablet v2 surfaces by pen input 2020-06-07 10:46:14 +02:00
seatop_resize_floating.c input: implement xdg_toplevel interactive resize hints 2020-07-13 00:21:52 -04:00
seatop_resize_tiling.c input: implement xdg_toplevel interactive resize hints 2020-07-13 00:21:52 -04:00
switch.c Fix a use-after-free error in switch binding 2020-04-14 19:41:30 -04:00
tablet.c input/tablet: query tablet focused surface for cursor image check 2020-04-26 09:14:54 +02:00
text_input.c im: Fix crash when im destorying and no focused surface exists 2020-04-04 11:42:04 +02:00