1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-05-29 15:06:15 +02:00
sway/sway/commands/input
Simon Ser d0bd591ee7 Drop server.h include from input/input-manager.h
The only reason it's included there is for a declaration of
struct sway_server, but we can just forward-declare it.

This avoids rebuilding almost all of Sway when touching server.h.
All other server.h includes are from source files, not headers.
2024-05-27 09:28:43 -04:00
..
accel_profile.c Remove now-unused "input" argument of cmd_results_new 2019-01-14 08:05:29 -05:00
calibration_matrix.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
click_method.c input_cmd_click_method: fix typo in error text 2020-06-19 22:48:53 +02:00
drag.c Remove now-unused "input" argument of cmd_results_new 2019-01-14 08:05:29 -05:00
drag_lock.c Remove now-unused "input" argument of cmd_results_new 2019-01-14 08:05:29 -05:00
dwt.c Remove now-unused "input" argument of cmd_results_new 2019-01-14 08:05:29 -05:00
dwtp.c Support libinput's 1.21 new dwtp option 2022-10-30 10:56:34 +01:00
events.c Drop server.h include from input/input-manager.h 2024-05-27 09:28:43 -04:00
left_handed.c Remove now-unused "input" argument of cmd_results_new 2019-01-14 08:05:29 -05:00
map_from_region.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
map_to_output.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
map_to_region.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
middle_emulation.c Remove now-unused "input" argument of cmd_results_new 2019-01-14 08:05:29 -05:00
natural_scroll.c Remove now-unused "input" argument of cmd_results_new 2019-01-14 08:05:29 -05:00
pointer_accel.c Remove now-unused "input" argument of cmd_results_new 2019-01-14 08:05:29 -05:00
repeat_delay.c Remove now-unused "input" argument of cmd_results_new 2019-01-14 08:05:29 -05:00
repeat_rate.c Remove now-unused "input" argument of cmd_results_new 2019-01-14 08:05:29 -05:00
rotation_angle.c Add libinput RotationAngle 2022-12-09 11:28:53 +01:00
scroll_button.c commands: add printf attribute to cmd_results_new() 2023-04-14 18:34:54 +02:00
scroll_button_lock.c input/libinput: add scroll_button_lock method 2023-06-16 15:30:04 +02:00
scroll_factor.c Remove now-unused "input" argument of cmd_results_new 2019-01-14 08:05:29 -05:00
scroll_method.c Remove now-unused "input" argument of cmd_results_new 2019-01-14 08:05:29 -05:00
tap.c Remove now-unused "input" argument of cmd_results_new 2019-01-14 08:05:29 -05:00
tap_button_map.c Remove now-unused "input" argument of cmd_results_new 2019-01-14 08:05:29 -05:00
tool_mode.c input/tablet: add tool_mode option to set tablet tools as relative input 2020-10-12 15:01:37 +02:00
xkb_capslock.c Remove now-unused "input" argument of cmd_results_new 2019-01-14 08:05:29 -05:00
xkb_file.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
xkb_layout.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
xkb_model.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
xkb_numlock.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
xkb_options.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
xkb_rules.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
xkb_switch_layout.c Drop server.h include from input/input-manager.h 2024-05-27 09:28:43 -04:00
xkb_variant.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00