X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcresources.h;h=f2339ed05be716fd1a718adcd24226abb6d5c984;hp=1c73f71377c8d342b69ea02a7f464712ee19fb68;hb=ae44cc4a24c9e04ee5e3b38baf6ce529832cfb39;hpb=5e3715ec449272335bab3419bf21ed4cd6d4bcbf diff --git a/cinelerra-5.1/guicast/bcresources.h b/cinelerra-5.1/guicast/bcresources.h index 1c73f713..f2339ed0 100644 --- a/cinelerra-5.1/guicast/bcresources.h +++ b/cinelerra-5.1/guicast/bcresources.h @@ -165,6 +165,7 @@ public: int text_border2; int text_border2_hi; int text_background; + int text_background_disarmed; int text_background_hi; int text_background_noborder_hi; int text_border3; @@ -195,6 +196,7 @@ public: VFrame **filebox_descend_images; VFrame **filebox_delete_images; VFrame **filebox_reload_images; + VFrame **filebox_szfmt_images; // Generic button images VFrame **generic_button_images; @@ -388,6 +390,7 @@ public: static VFrame *default_filebox_rename_images[3]; static VFrame *default_filebox_delete_images[3]; static VFrame *default_filebox_reload_images[3]; + static VFrame *default_filebox_szfmt_images[12]; static VFrame *default_listbox_button[4]; static VFrame *default_listbox_bg; static VFrame *default_listbox_expand[5]; @@ -397,6 +400,8 @@ public: static VFrame *default_pot_images[3]; static VFrame *default_progress_images[2]; static VFrame *default_medium_7segment[20]; + static VFrame *default_vscroll_data[10]; + static VFrame *default_hscroll_data[10]; // Make VFrame use shm int vframe_shm; @@ -414,7 +419,8 @@ public: int use_xvideo; // Seems to help if only 1 window is created at a time. Mutex *create_window_lock; - +// size raw, 1000, 1024, thou + int filebox_size_format; private: // Test for availability of shared memory pixmaps void init_shm(BC_WindowBase *window);