]> git.sesse.net Git - ccbs/blob - bigscreen/theme.h
Move the theming out to a runtime-read config file. Opens, among others, for differen...
[ccbs] / bigscreen / theme.h
1 #ifndef THEME_H
2 #define THEME_H 1
3
4 #include <string>
5
6 void init_theme();
7 std::string get_theme_config(const std::string &key, const std::string subkey);
8 void fill_background(unsigned char *buf, unsigned width, unsigned height);
9
10 #endif