X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferencesthread.h;h=4cec37ebca162321259848d73064ee3e009ec8a1;hb=576087eacf577a0fa5d3008d37c4d5b597f0990a;hp=4de6aa8a4a369718f70f2d7417895572dc0018c9;hpb=c4bf1f625b640ef45136dcf66b639e2a55bd8334;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/preferencesthread.h b/cinelerra-5.1/cinelerra/preferencesthread.h index 4de6aa8a..4cec37eb 100644 --- a/cinelerra-5.1/cinelerra/preferencesthread.h +++ b/cinelerra-5.1/cinelerra/preferencesthread.h @@ -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();