switch move/swap tracks, add mv trk shortcut, update msg
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / performanceprefs.h
index e9acd3c70f8c9212170ec900c36ceb078209ee3f..6d15a416380313428e3c7dcb224f28163577095c 100644 (file)
@@ -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<BC_ListBoxItem *>
 {
 public: