X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fappearanceprefs.h;h=392650cf189740f3b611d2af1b2f153851a0c7c1;hb=803cf48f8f7ee246eb5473e55fc2125e8b398250;hp=e93563a5483cd68bc6734e05c5fab44e04db02d5;hpb=243336668c89096732786c6b3f3c5918aa2eff26;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/appearanceprefs.h b/cinelerra-5.1/cinelerra/appearanceprefs.h index e93563a5..392650cf 100644 --- a/cinelerra-5.1/cinelerra/appearanceprefs.h +++ b/cinelerra-5.1/cinelerra/appearanceprefs.h @@ -49,6 +49,7 @@ public: ViewThumbnails *thumbnails; YuvColorSpace *yuv_color_space; YuvColorRange *yuv_color_range; + PerpetualSession *perpetual; }; @@ -255,7 +256,7 @@ public: class YuvColorSpace : public BC_PopupMenu { - static const char *color_space[2]; + static const char *color_space[3]; public: YuvColorSpace(int x, int y, PreferencesWindow *pwindow); ~YuvColorSpace(); @@ -297,4 +298,12 @@ public: int id; }; +class PerpetualSession : public BC_CheckBox +{ +public: + PerpetualSession(int x, int y, PreferencesWindow *pwindow); + int handle_event(); + PreferencesWindow *pwindow; +}; + #endif