X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Finterpolate%2Finterpolate.C;h=345f08b6cfee576391112dc6415001b3810be659;hb=0fd1b583cf9d14672c35f7369ba88388413be4f7;hp=05c8565cbf5afe18f667fc9a19f1dcca411d9352;hpb=0df48ad2d876409c5beeae2e21933a728ea76c33;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/interpolate/interpolate.C b/cinelerra-5.1/plugins/interpolate/interpolate.C index 05c8565c..345f08b6 100644 --- a/cinelerra-5.1/plugins/interpolate/interpolate.C +++ b/cinelerra-5.1/plugins/interpolate/interpolate.C @@ -42,15 +42,7 @@ InterpolatePixelsOffset::InterpolatePixelsOffset(InterpolatePixelsWindow *window int x, int y, int *output) - : BC_ISlider(x, - y, - 0, - xS(50), - yS(50), - 0, - 1, - *output, - 0) + : BC_ISlider(x, y, 0, xS(50), yS(50), 0, 1, *output, 0) { this->window = window; this->output = output; @@ -74,11 +66,7 @@ int InterpolatePixelsOffset::handle_event() InterpolatePixelsWindow::InterpolatePixelsWindow(InterpolatePixelsMain *client) : PluginClientWindow(client, - xS(200), - yS(100), - xS(200), - yS(100), - 0) + xS(200), yS(70), xS(200), yS(70), 0) { this->client = client; } @@ -89,7 +77,7 @@ InterpolatePixelsWindow::~InterpolatePixelsWindow() void InterpolatePixelsWindow::create_objects() { - int xs5 = xS(5), xs10 = xS(10), xs50 = xS(50); + int xs5 = xS(5), xs10 = xS(10); int ys5 = yS(5), ys10 = yS(10); int x = xs10, y = ys10;