Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / preferencesthread.h
index 98f1400c319737c8247cca448e8849eeb450f1f5..653199b6bf7762af70b31192bf20e77742cdbbb7 100644 (file)
@@ -61,8 +61,6 @@ public:
        int text_to_category(const char *category);
 
        const char *busy();
-       void confirm_update(const char *reason, int close);
-       PreferencesConfirmDialog *confirm_dialog;
 
        int current_dialog;
        int thread_running;
@@ -73,6 +71,7 @@ public:
        int rerender;
        int close_assets;
        int reload_plugins;
+       int reset_caches;
        PreferencesWindow *window;
        MWindow *mwindow;
 // Copy of mwindow preferences
@@ -127,15 +126,15 @@ public:
        int set_current_dialog(int number);
        int update_framerate();
        void update_rates();
+       void confirm_update(const char *reason, int close);
        void show_dialog() { dialog->show_window(0); }
        MWindow *mwindow;
        PreferencesThread *thread;
        ArrayList<BC_ListBoxItem*> categories;
        PreferencesCategory *category;
        PreferencesButton *category_button[CATEGORIES];
-
-private:
        PreferencesDialog *dialog;
+       PreferencesConfirmDialog *confirm_dialog;
 };
 
 class PreferencesButton : public BC_GenericButton