X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ftheme.h;h=35dad586dd097fc51730d89c49a79486fdeb30af;hb=5621db270ccbeabc106e0f438941dba6f930652b;hp=047bbfc6f37e91c135d64fabe1f6e85fdd625766;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/theme.h b/cinelerra-5.1/cinelerra/theme.h index 047bbfc6..35dad586 100644 --- a/cinelerra-5.1/cinelerra/theme.h +++ b/cinelerra-5.1/cinelerra/theme.h @@ -36,7 +36,7 @@ #include "overlayframe.inc" #include "patchbay.inc" #include "preferencesthread.inc" -#include "presetsgui.inc" +//#include "presetsgui.inc" #include "recordgui.inc" #include "recordmonitor.inc" #include "resourcepixmap.inc" @@ -237,6 +237,12 @@ public: int plugindialog_sharedattach_x, plugindialog_sharedattach_y; int plugindialog_moduleattach_x, plugindialog_moduleattach_y; + int presets_list_x, presets_list_y, presets_list_w, presets_list_h; + int presets_text_x, presets_text_y, presets_text_w; + int presets_delete_x, presets_delete_y; + int presets_save_x, presets_save_y; + int presets_apply_x, presets_apply_y; + int keyframe_list_x, keyframe_list_y, keyframe_list_w, keyframe_list_h; int keyframe_text_x, keyframe_text_y, keyframe_text_w, keyframe_text_h; int keyframe_value_x, keyframe_value_y, keyframe_value_w, keyframe_value_h; @@ -287,6 +293,7 @@ public: int window_border; int widget_border; int clock_bg_color; + int clock_fg_color; int use_commercials; // Bitmaps @@ -318,6 +325,7 @@ public: VFrame **edithandleout_data; VFrame **extract_data; VFrame **ffmpeg_toggle; + VFrame **proxy_toggle; VFrame **infoasset_data; VFrame **in_point; VFrame **insert_data; @@ -362,9 +370,6 @@ public: MWindow *mwindow; // Compressed images are loaded in here. char *data_buffer; - char *contents_buffer; - ArrayList contents; - ArrayList offsets; char path[BCTEXTLEN]; char *last_image; int last_offset;