X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fproxy.h;h=c98f2e04a5cea9168e947c39a2c4815919c4c3e5;hb=702161ddaf384a773831f1643fca0a54133625b2;hp=b11212546b930fd9b8f8448388d9631c8b4cd852;hpb=976d56536456148f6d14a2c12630c20e367abbe1;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/proxy.h b/cinelerra-5.1/cinelerra/proxy.h index b1121254..c98f2e04 100644 --- a/cinelerra-5.1/cinelerra/proxy.h +++ b/cinelerra-5.1/cinelerra/proxy.h @@ -99,7 +99,6 @@ public: void handle_close_event(int result); void from_proxy(); - int to_proxy(); // calculate possible sizes based on the original size void calculate_sizes(); void scale_to_text(char *string, int scale); @@ -108,7 +107,6 @@ public: ProxyWindow *gui; Asset *asset; ProxyRender *proxy_render; - ProxyBeep *proxy_beep; int new_scale; int orig_scale; @@ -198,6 +196,7 @@ public: ProxyDialog *dialog; FormatTools *format_tools; BC_Title *new_dimensions; + BC_Title *active_scale; ProxyMenu *scale_factor; ProxyUseScaler *use_scaler; ProxyAutoScale *auto_scale;