X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fshapewipe%2Fshapewipe.h;h=83ac047ca5abe0cf200d942d5830f9bcce91a077;hb=0cfa31eba0eb21ebc44f42c7ac4bf30b6a7dcfa6;hp=11afb6e695b5a60d0b60e1f72d002bf606f294f2;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/shapewipe/shapewipe.h b/cinelerra-5.1/plugins/shapewipe/shapewipe.h index 11afb6e6..83ac047c 100644 --- a/cinelerra-5.1/plugins/shapewipe/shapewipe.h +++ b/cinelerra-5.1/plugins/shapewipe/shapewipe.h @@ -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 - * + * */ #ifndef SHAPEWIPE_H @@ -32,7 +32,7 @@ class ShapeWipeWindow; class ShapeWipeW2B : public BC_Radial { public: - ShapeWipeW2B(ShapeWipeMain *plugin, + ShapeWipeW2B(ShapeWipeMain *plugin, ShapeWipeWindow *window, int x, int y); @@ -44,7 +44,7 @@ public: class ShapeWipeB2W : public BC_Radial { public: - ShapeWipeB2W(ShapeWipeMain *plugin, + ShapeWipeB2W(ShapeWipeMain *plugin, ShapeWipeWindow *window, int x, int y); @@ -57,14 +57,14 @@ public: class ShapeWipeTumble : public BC_Tumbler { public: - ShapeWipeTumble(ShapeWipeMain *client, - ShapeWipeWindow *window, - int x, + ShapeWipeTumble(ShapeWipeMain *client, + ShapeWipeWindow *window, + int x, int y); - + int handle_up_event(); int handle_down_event(); - + ShapeWipeMain *client; ShapeWipeWindow *window; }; @@ -72,10 +72,10 @@ public: class ShapeWipeShape : public BC_PopupTextBox { public: - ShapeWipeShape(ShapeWipeMain *client, - ShapeWipeWindow *window, - int x, - int y, + ShapeWipeShape(ShapeWipeMain *client, + ShapeWipeWindow *window, + int x, + int y, int text_w, int list_h); int handle_event(); @@ -117,7 +117,7 @@ public: void create_objects(); void next_shape(); void prev_shape(); - + ShapeWipeMain *plugin; ShapeWipeW2B *left; ShapeWipeB2W *right;