X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fappearanceprefs.h;fp=cinelerra-5.1%2Fcinelerra%2Fappearanceprefs.h;h=975842336fefbabb101f4f9010dda03ecb522503;hb=8fe9a22b4600301fee74b27bd8e0c44f9d681079;hp=392650cf189740f3b611d2af1b2f153851a0c7c1;hpb=f3ab8166b4ee39bd518e7ddce28648f74e072673;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/appearanceprefs.h b/cinelerra-5.1/cinelerra/appearanceprefs.h index 392650cf..97584233 100644 --- a/cinelerra-5.1/cinelerra/appearanceprefs.h +++ b/cinelerra-5.1/cinelerra/appearanceprefs.h @@ -49,7 +49,6 @@ public: ViewThumbnails *thumbnails; YuvColorSpace *yuv_color_space; YuvColorRange *yuv_color_range; - PerpetualSession *perpetual; }; @@ -298,6 +297,14 @@ public: int id; }; +class PrefsAutostartLV2UI : public BC_CheckBox +{ +public: + PrefsAutostartLV2UI(int x, int y, PreferencesWindow *pwindow); + int handle_event(); + PreferencesWindow *pwindow; +}; + class PerpetualSession : public BC_CheckBox { public: