X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fhistogram%2Fhistogramwindow.h;h=f21363e34d63f2754ad5ef2700478240d94bde14;hb=c9c0e07706fad701a70ee0d1ffb0fcb6304f138c;hp=6262ee8ad3c1945fb937e5369cdff449a7dfa20d;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/histogram/histogramwindow.h b/cinelerra-5.1/plugins/histogram/histogramwindow.h index 6262ee8a..f21363e3 100644 --- a/cinelerra-5.1/plugins/histogram/histogramwindow.h +++ b/cinelerra-5.1/plugins/histogram/histogramwindow.h @@ -152,9 +152,9 @@ class HistogramText : public BC_TumbleTextBox { public: HistogramText(HistogramMain *plugin, - HistogramWindow *gui, - int x, - int y); + HistogramWindow *gui, int x, int y, + float hist_min = HIST_MIN_INPUT, + float hist_max = HIST_MAX_INPUT); int handle_event(); void update();