X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fappearanceprefs.h;h=fc40b04b81358c49a8764f11a93295ff6155bd57;hp=5bde37be400496afceb760aee7137a71288a4dce;hb=54b918a8b84f666bf32548ebd12b93908061d2a6;hpb=98d1bfa28f082b49eddf01f583e0af16d3a28ba4 diff --git a/cinelerra-5.1/cinelerra/appearanceprefs.h b/cinelerra-5.1/cinelerra/appearanceprefs.h index 5bde37be..fc40b04b 100644 --- a/cinelerra-5.1/cinelerra/appearanceprefs.h +++ b/cinelerra-5.1/cinelerra/appearanceprefs.h @@ -286,6 +286,14 @@ public: PreferencesWindow *pwindow; }; +class OngoingBackups: public BC_CheckBox +{ +public: + OngoingBackups(PreferencesWindow *pwindow, int x, int y); + int handle_event(); + PreferencesWindow *pwindow; +}; + class BD_WarnRoot : public BC_CheckBox { public: