]> git.sesse.net Git - nageru/blobdiff - theme.h
Make the master peak display clickable, like all the other peak labels.
[nageru] / theme.h
diff --git a/theme.h b/theme.h
index 20d736738a89d94718c9344e624bdc253e4b3db6..91c5c2e1a11deb2f25229104d4ae581e78f7d91d 100644 (file)
--- a/theme.h
+++ b/theme.h
@@ -38,7 +38,7 @@ public:
 
 class Theme {
 public:
-       Theme(const char *filename, movit::ResourcePool *resource_pool, unsigned num_cards);
+       Theme(const std::string &filename, const std::vector<std::string> &search_dirs, movit::ResourcePool *resource_pool, unsigned num_cards);
        ~Theme();
 
        struct Chain {
@@ -58,6 +58,7 @@ public:
        int get_channel_signal(unsigned channel);
        bool get_supports_set_wb(unsigned channel);
        void set_wb(unsigned channel, double r, double g, double b);
+       std::string get_channel_color(unsigned channel);
 
        std::vector<std::string> get_transition_names(float t);