X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fhistogram%2Fhistogramwindow.h;h=f21363e34d63f2754ad5ef2700478240d94bde14;hp=6262ee8ad3c1945fb937e5369cdff449a7dfa20d;hb=050b37188b98a61408badd0582e0605a77275201;hpb=b28efe4210cffedf9e5936c0bcb17328c6478454 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();