Move set_window_title to output

This commit is contained in:
Jente Hidskes 2019-02-16 00:54:04 +01:00
parent 2669c80803
commit 9d825d6dc7
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
5 changed files with 18 additions and 25 deletions

View file

@ -42,6 +42,4 @@ struct cg_server {
#endif
};
void set_window_title(struct cg_server *server, struct cg_view *view);
#endif