Naming improvements

This commit is contained in:
Keith Bowes 2020-03-08 13:45:40 -04:00
parent 97d08498e9
commit 9eb57cf950
3 changed files with 10 additions and 10 deletions

View file

@ -49,8 +49,8 @@ struct wb_server {
struct wl_list outputs; // wb_output::link
};
bool init_wb(struct wb_server* server);
bool start_wb(struct wb_server* server);
bool terminate_wb(struct wb_server* server);
bool wb_create_backend(struct wb_server* server);
bool wb_start_server(struct wb_server* server);
bool wb_terminate(struct wb_server* server);
#endif // server.h