mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 04:54:14 +01:00
apply_output_config: remove output_i
output_i was used in apply_output_config when swaybar used wl_output index numbers instead of xdg-output names. This is no longer needed.
This commit is contained in:
parent
07f4c1e3a9
commit
afac6ced6e
@ -234,13 +234,6 @@ bool apply_output_config(struct output_config *oc, struct sway_output *output) {
|
|||||||
wlr_output_layout_add_auto(root->output_layout, wlr_output);
|
wlr_output_layout_add_auto(root->output_layout, wlr_output);
|
||||||
}
|
}
|
||||||
|
|
||||||
int output_i;
|
|
||||||
for (output_i = 0; output_i < root->outputs->length; ++output_i) {
|
|
||||||
if (root->outputs->items[output_i] == output) {
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (output->bg_pid != 0) {
|
if (output->bg_pid != 0) {
|
||||||
terminate_swaybg(output->bg_pid);
|
terminate_swaybg(output->bg_pid);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user