mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
Use strtol instead of atoi in output command
This commit is contained in:
parent
9254c5a93f
commit
cba592b3d2
2 changed files with 76 additions and 44 deletions
|
|
@ -179,8 +179,6 @@ swayc_t *destroy_output(swayc_t *output) {
|
|||
add_child(root_container.children->items[p], child);
|
||||
}
|
||||
sort_workspaces(root_container.children->items[p]);
|
||||
// TODO WLR: is this needed anymore?
|
||||
//update_visibility(root_container.children->items[p]);
|
||||
arrange_windows(root_container.children->items[p], -1, -1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue