X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ftheme.h;h=2c980bcb794c0862670d3c717c6810412a83e939;hb=270d86e71b318578d56d0e8a245cf14f32cf09ac;hp=35dad586dd097fc51730d89c49a79486fdeb30af;hpb=540f653df26e5e2d1249de1f7a1a3d888dddf341;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/theme.h b/cinelerra-5.1/cinelerra/theme.h index 35dad586..2c980bcb 100644 --- a/cinelerra-5.1/cinelerra/theme.h +++ b/cinelerra-5.1/cinelerra/theme.h @@ -188,6 +188,7 @@ public: int ctransport_x, ctransport_y; int czoom_x, czoom_y, czoom_w; int fade_h; + int inout_highlight_color; int loadfile_pad; int loadmode_w; int mbuttons_x, mbuttons_y, mbuttons_w, mbuttons_h; @@ -325,7 +326,8 @@ public: VFrame **edithandleout_data; VFrame **extract_data; VFrame **ffmpeg_toggle; - VFrame **proxy_toggle; + VFrame **proxy_p_toggle; + VFrame **proxy_s_toggle; VFrame **infoasset_data; VFrame **in_point; VFrame **insert_data;