mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
cursor: scale xcursor for all output scales
This commit is contained in:
parent
4ce96f75dc
commit
7d68eeb5eb
1 changed files with 5 additions and 0 deletions
|
|
@ -1132,6 +1132,11 @@ handle_output_manager_apply(struct wl_listener *listener, void *data)
|
|||
wlr_output_configuration_v1_send_failed(config);
|
||||
}
|
||||
wlr_output_configuration_v1_destroy(config);
|
||||
struct output *output;
|
||||
wl_list_for_each(output, &server->outputs, link) {
|
||||
wlr_xcursor_manager_load(server->seat.xcursor_manager,
|
||||
output->wlr_output->scale);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue