audio chan pos rework, batchrender deadlock, titler/crikey grab_event tweak, thread...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / setformat.h
index bb15cde3274110f358320d27272c76090a83f736..89ede118e40f62291e0f73ff5c7283d0b79f9b79 100644 (file)
@@ -94,6 +94,14 @@ public:
        MWindow *mwindow;
 };
 
+class SetChannelsReset : public BC_GenericButton
+{
+public:
+       SetChannelsReset(SetFormatThread *thread, int x, int y, const char *text);
+       int handle_event();
+
+       SetFormatThread *thread;
+};
 
 class SetChannelsCanvas : public BC_SubWindow
 {