mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
Privatize output_manager_init()
This commit is contained in:
parent
950c634cea
commit
2ea0f6fff4
2 changed files with 3 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue