Privatize output_manager_init()

This commit is contained in:
Johan Malm 2025-09-26 19:16:01 +01:00 committed by Johan Malm
parent 950c634cea
commit 2ea0f6fff4
2 changed files with 3 additions and 2 deletions

View file

@ -40,7 +40,6 @@ struct output {
void output_init(struct server *server);
void output_finish(struct server *server);
void output_manager_init(struct server *server);
struct output *output_from_wlr_output(struct server *server,
struct wlr_output *wlr_output);
struct output *output_from_name(struct server *server, const char *name);