X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fappearanceprefs.h;h=b59a9ed995a1470fca1f982bc744eb4b0a88eec6;hb=b402ed7f93de4c98e6651483eb8561cf1c37ec9a;hp=600b827019a91e66ae1a05faca11341d0203ae74;hpb=af44bff549c39ac8bb6e42a791e7a211e1013526;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/appearanceprefs.h b/cinelerra-5.1/cinelerra/appearanceprefs.h index 600b8270..b59a9ed9 100644 --- a/cinelerra-5.1/cinelerra/appearanceprefs.h +++ b/cinelerra-5.1/cinelerra/appearanceprefs.h @@ -297,4 +297,12 @@ public: int id; }; +class PerpetualSession : public BC_CheckBox +{ +public: + PerpetualSession(int x, int y, PreferencesWindow *pwindow); + int handle_event(); + PreferencesWindow *pwindow; +}; + #endif