X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fscaleratio%2Fscaleratiowin.C;h=b9e9d8fdffaadba1696e9e5808ed041f95e3bdc5;hb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;hp=68aa0668793511231b4e1e9c35274fa3f748330e;hpb=29cc4023b50d6f7f9ab518978d8c9e839832b900;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/scaleratio/scaleratiowin.C b/cinelerra-5.1/plugins/scaleratio/scaleratiowin.C index 68aa0668..b9e9d8fd 100644 --- a/cinelerra-5.1/plugins/scaleratio/scaleratiowin.C +++ b/cinelerra-5.1/plugins/scaleratio/scaleratiowin.C @@ -2,21 +2,21 @@ /* * CINELERRA * Copyright (C) 2008 Adam Williams - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * */ #include "bcdisplayinfo.h" @@ -30,8 +30,8 @@ ScaleRatioWin::ScaleRatioWin(ScaleRatioMain *client) : PluginClientWindow(client, 400, 300, 400, 300, 0) -{ - this->client = client; +{ + this->client = client; } ScaleRatioWin::~ScaleRatioWin() @@ -137,7 +137,7 @@ void ScaleRatioWin::create_objects() -ScaleRatioCoord::ScaleRatioCoord(ScaleRatioWin *win, +ScaleRatioCoord::ScaleRatioCoord(ScaleRatioWin *win, ScaleRatioMain *client, int x, int y, int s, float *value) : BC_TumbleTextBox(win, (int)*value, (int)-10000*s, (int)10000, x, y, 100) { @@ -174,7 +174,7 @@ int ScaleRatioTumbler::handle_event() return 1; } -ScaleRatioRatio::ScaleRatioRatio(ScaleRatioWin *win, +ScaleRatioRatio::ScaleRatioRatio(ScaleRatioWin *win, ScaleRatioMain *client, int x, int y, float *value) : BC_TextBox(x, y, 100, 1, *value) {