X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fproxy.h;h=699d7ac43e8b8786d9e5b5eb921ee38b5b5c493f;hb=03fa86e6dc495f9444ae14dad401b1ad6de793fe;hp=7fa9fd261fa90840d0a56f3d274728b9599c5b35;hpb=ac8f3979437fb45effb135a1bb6bee871f52d635;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/proxy.h b/cinelerra-5.1/cinelerra/proxy.h index 7fa9fd26..699d7ac4 100644 --- a/cinelerra-5.1/cinelerra/proxy.h +++ b/cinelerra-5.1/cinelerra/proxy.h @@ -112,7 +112,7 @@ public: int orig_scale, new_scale; int use_scaler, auto_scale; int orig_w, orig_h; - int beep; + float beep; char *size_text[MAX_SIZES]; int size_factors[MAX_SIZES]; int total_sizes; @@ -138,7 +138,7 @@ public: ProxyWindow *pwindow; }; -class ProxyBeepOnDone : public BC_CheckBox +class ProxyBeepOnDone : public BC_FPot { public: ProxyBeepOnDone(ProxyWindow *pwindow, int x, int y);