repair default keyframe load, tweak init default histogram threshold
[goodguy/history.git] / cinelerra-5.1 / cinelerra / preferencesthread.h
index 4de6aa8a4a369718f70f2d7417895572dc0018c9..4cec37ebca162321259848d73064ee3e009ec8a1 100644 (file)
@@ -75,7 +75,7 @@ public:
        EDL *edl;
 
 // Categories
-#define CATEGORIES 6
+#define CATEGORIES 7
        enum
        {
                PLAYBACK_A,
@@ -83,6 +83,7 @@ public:
                RECORD,
                PERFORMANCE,
                INTERFACE,
+               APPEARANCE,
                ABOUT
        };
 };
@@ -113,8 +114,7 @@ class PreferencesWindow : public BC_Window
 public:
        PreferencesWindow(MWindow *mwindow,
                PreferencesThread *thread,
-               int x,
-               int y);
+               int x, int y, int w, int h);
        ~PreferencesWindow();
 
        void create_objects();