mirror of
https://github.com/swaywm/sway.git
synced 2026-03-21 05:33:56 -04:00
Update input-manager.c
This commit is contained in:
parent
ec3e47df91
commit
5305ccab0a
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ static void apply_input_type_config(struct sway_input_device *input_device) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct sway_input_device *input_sway_device_from_wlr(
|
struct sway_input_device *input_sway_device_from_wlr(
|
||||||
struct wlr_input_device *device) {
|
struct wlr_input_device *device) {
|
||||||
struct sway_input_device *input_device = NULL;
|
struct sway_input_device *input_device = NULL;
|
||||||
wl_list_for_each(input_device, &server.input->devices, link) {
|
wl_list_for_each(input_device, &server.input->devices, link) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue