X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fsetformat.h;h=89ede118e40f62291e0f73ff5c7283d0b79f9b79;hb=86bd203ac1fc29d93f63d13e2979468f06bdc3a2;hp=bb15cde3274110f358320d27272c76090a83f736;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/setformat.h b/cinelerra-5.1/cinelerra/setformat.h index bb15cde3..89ede118 100644 --- a/cinelerra-5.1/cinelerra/setformat.h +++ b/cinelerra-5.1/cinelerra/setformat.h @@ -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 {