layers: s/arrange_layers/layers_arrange/

Because we like to start public function names with the name of the
file.

Move prototype from labwc.h to layers.h
This commit is contained in:
Johan Malm 2022-03-02 20:29:29 +00:00
parent 04580fa825
commit 98d5fd483d
5 changed files with 9 additions and 8 deletions

View file

@ -120,7 +120,7 @@ seat_disinhibit_input(struct seat *seat)
*/
struct output *output;
wl_list_for_each(output, &seat->server->outputs, link) {
arrange_layers(output);
layers_arrange(output);
}
}