mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
rename input-manager functions
This commit is contained in:
parent
e677c5b204
commit
0828c77251
11 changed files with 31 additions and 32 deletions
|
|
@ -370,7 +370,7 @@ void handle_new_output(struct wl_listener *listener, void *data) {
|
|||
wl_list_init(&output->layers[i]);
|
||||
}
|
||||
|
||||
sway_input_manager_configure_xcursor(input_manager);
|
||||
input_manager_configure_xcursor(input_manager);
|
||||
|
||||
wl_signal_add(&wlr_output->events.destroy, &output->destroy);
|
||||
output->destroy.notify = handle_destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue