Reload colors2 as well as colors, naming tweaks.

This commit is contained in:
wreald 2025-05-31 15:42:29 +10:00
parent 9f5cf7abca
commit 938f30ee92
4 changed files with 10 additions and 5 deletions

View file

@ -9,4 +9,4 @@ struct server;
struct server *server_init(const struct config *conf, struct fdm *fdm,
struct reaper *reaper, struct wayland *wayl);
void server_destroy(struct server *server);
void server_hard_reload_config_colors(struct server *server);
void server_reload_config_colors(struct server *server);