]> git.sesse.net Git - nageru/blobdiff - theme.h
Hook up the cut button to Lua, so that it actually does something.
[nageru] / theme.h
diff --git a/theme.h b/theme.h
index 2e0634718fe9c90c16a3e078beda168497e35da9..f58681d080666dfe8fb3861512dc44b4de9bdd68 100644 (file)
--- a/theme.h
+++ b/theme.h
@@ -26,6 +26,7 @@ public:
        }
 
        void connect_signal(movit::YCbCrInput *input, int signal_num);
+       void transition_clicked(int transition_num, float t);
 
 private:
        std::mutex m;