]> git.sesse.net Git - nageru/blobdiff - theme.h
Add a HTTP server for stream output.
[nageru] / theme.h
diff --git a/theme.h b/theme.h
index 6701ece87db2948487674eb267e233ebfd34e1b0..bb6ff9bebd43ffc761c538739727800a8cc60a0c 100644 (file)
--- a/theme.h
+++ b/theme.h
@@ -26,8 +26,11 @@ public:
        }
        int get_num_channels() { return num_channels; }
 
+       std::vector<std::string> get_transition_names(float t);
+
        void connect_signal(movit::YCbCrInput *input, int signal_num);
        void transition_clicked(int transition_num, float t);
+       void channel_clicked(int preview_num);
 
 private:
        std::mutex m;