mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
input config handler context
This commit is contained in:
parent
3dd915876d
commit
9e0595f26b
21 changed files with 69 additions and 25 deletions
|
|
@ -70,10 +70,7 @@ void apply_input_config(struct input_config *input) {
|
|||
list_add(config->input_configs, input);
|
||||
}
|
||||
|
||||
struct input_config *old_input_config = current_input_config;
|
||||
current_input_config = input;
|
||||
sway_input_manager_apply_input_config(input_manager, input);
|
||||
current_input_config = old_input_config;
|
||||
}
|
||||
|
||||
void apply_seat_config(struct seat_config *seat) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue