labwc/src/input
John Lindgren 80b28f16c7 tree-wide: use enum types/constants where appropriate
- add LAB_WINDOW_TYPE_INVALID in place of literal -1
- document more clearly that enum lab_view_criteria is a bitset
- other one-off replacements of integer values/types for consistency

Note: variables of type enum lab_view_criteria are already used
extensively throughout the code to contain combinations of the declared
enum values. I am not introducing any new usage here, just changing the
single uint32_t to be consistent with all the other usages.
2025-08-28 01:33:23 +09:00
..
cursor.c tree-wide: use enum types/constants where appropriate 2025-08-28 01:33:23 +09:00
gestures.c src: include primary header first 2025-07-29 21:51:56 +01:00
ime.c ime: fix segfault when IME is killed 2025-08-08 20:52:23 +09:00
input.c src: include primary header first 2025-07-29 21:51:56 +01:00
key-state.c src: include primary header first 2025-07-29 21:51:56 +01:00
keyboard.c include: add config/types.h 2025-08-21 16:55:25 +09:00
meson.build input: move tablet tool functions into tablet.c 2025-06-14 13:45:51 +01:00
tablet-pad.c include: add config/types.h 2025-08-21 16:55:25 +09:00
tablet.c include: add config/types.h 2025-08-21 16:55:25 +09:00
touch.c include: add config/types.h 2025-08-21 16:55:25 +09:00