sway/sway/input
Kenny Levinsen a047b5ee4a container: Move pending state to state struct
Pending state is currently inlined directly in the container struct,
while the current state is in a state struct. A side-effect of this is
that it is not immediately obvious that pending double-buffered state is
accessed, nor is it obvious what state is double-buffered.

Instead, use the state struct for both current and pending.
2021-02-16 22:05:00 -05:00
..
cursor.c container: Move pending state to state struct 2021-02-16 22:05:00 -05:00
input-manager.c Replace unprintable characters in input device id 2020-07-03 14:59:20 +02:00
keyboard.c input: Only commit transactions when necessary 2021-02-14 13:19:08 -05:00
libinput.c input/libinput: remove input type property bias 2020-09-03 10:46:06 +02:00
seat.c container: Move pending state to state struct 2021-02-16 22:05:00 -05:00
seatop_default.c container: Move pending state to state struct 2021-02-16 22:05:00 -05:00
seatop_down.c input: Only commit transactions when necessary 2021-02-14 13:19:08 -05:00
seatop_move_floating.c container: Move pending state to state struct 2021-02-16 22:05:00 -05:00
seatop_move_tiling.c container: Move pending state to state struct 2021-02-16 22:05:00 -05:00
seatop_resize_floating.c container: Move pending state to state struct 2021-02-16 22:05:00 -05:00
seatop_resize_tiling.c container: Move pending state to state struct 2021-02-16 22:05:00 -05:00
switch.c input: Only commit transactions when necessary 2021-02-14 13:19:08 -05:00
tablet.c Add missing includes for wlr_input_device.h 2020-11-11 15:40:50 +01:00
text_input.c text_input: Only send surrounding_text and content_type if supported 2021-02-15 16:45:35 -05:00