]> git.sesse.net Git - ccbs/blobdiff - bigscreen/theme.h
Move the theming out to a runtime-read config file. Opens, among others, for differen...
[ccbs] / bigscreen / theme.h
diff --git a/bigscreen/theme.h b/bigscreen/theme.h
new file mode 100644 (file)
index 0000000..1b0e33e
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef THEME_H
+#define THEME_H 1
+
+#include <string>
+
+void init_theme();
+std::string get_theme_config(const std::string &key, const std::string subkey);
+void fill_background(unsigned char *buf, unsigned width, unsigned height);
+
+#endif