X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fperformanceprefs.h;h=6d15a416380313428e3c7dcb224f28163577095c;hb=166867a58d74619aa11aeb562a994cc364d62231;hp=e9acd3c70f8c9212170ec900c36ceb078209ee3f;hpb=3643286e2dbb3002604a62e3e6fd834716b4ae63;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/performanceprefs.h b/cinelerra-5.1/cinelerra/performanceprefs.h index e9acd3c7..6d15a416 100644 --- a/cinelerra-5.1/cinelerra/performanceprefs.h +++ b/cinelerra-5.1/cinelerra/performanceprefs.h @@ -46,6 +46,7 @@ public: int hot_node; CICacheSize *cache_size; + CacheTransitions *cache_transitions; PerfsUseHWDev *use_hw_dev; enum @@ -338,6 +339,18 @@ public: PreferencesWindow *pwindow; }; +class CacheTransitions : public BC_CheckBox +{ +public: + CacheTransitions(int x, int y, + PreferencesWindow *pwindow, + PerformancePrefs *subwindow); + + int handle_event(); + + PreferencesWindow *pwindow; +}; + class PrefsUseHWDevItems : public ArrayList { public: