X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fsetformat.h;fp=cinelerra-5.1%2Fcinelerra%2Fsetformat.h;h=89ede118e40f62291e0f73ff5c7283d0b79f9b79;hb=74afbc29ac4ce9d94d53e10342979f2c59f1f193;hp=bb15cde3274110f358320d27272c76090a83f736;hpb=047485402c380ee034045712121c649ddf89eda4;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 {