]> git.sesse.net Git - nageru/blobdiff - mixer.h
Hook up the cut button to something that is not really cut, but is more useful than...
[nageru] / mixer.h
diff --git a/mixer.h b/mixer.h
index 8bd023d68bf1e94ede59a5f0909f3e528daccf28..2c6e51c7b51179fb6ed322ed696e24437522901f 100644 (file)
--- a/mixer.h
+++ b/mixer.h
@@ -7,6 +7,13 @@ class QSurface;
 void start_mixer(QSurface *surface, QSurface *surface2, QSurface *surface3, QSurface *surface4);
 void mixer_quit();
 
+enum Source {
+       SOURCE_INPUT1,
+       SOURCE_INPUT2,
+       SOURCE_SBS,
+};
+void mixer_cut(Source source);
+
 struct DisplayFrame {
        GLuint texnum;
        RefCountedGLsync ready_fence;  // Asserted when the texture is done rendering.