X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ftransitionpopup.h;h=1ac4154a20b59db30857204bc10fe30660399817;hb=04031cc2a664d2a6d9d2a37954c55cc68742d78c;hp=b78f83e7d44be46bb73fc153a31d20cef6b3e4c4;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/transitionpopup.h b/cinelerra-5.1/cinelerra/transitionpopup.h index b78f83e7..1ac4154a 100644 --- a/cinelerra-5.1/cinelerra/transitionpopup.h +++ b/cinelerra-5.1/cinelerra/transitionpopup.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 TRANSITIONPOPUP_H @@ -42,7 +42,7 @@ public: TransitionLengthThread(MWindow *mwindow); ~TransitionLengthThread(); - void start(Transition *transition, + void start(Transition *transition, double length); BC_Window* new_gui(); void handle_close_event(int result); @@ -58,15 +58,15 @@ public: class TransitionLengthDialog : public BC_Window { public: - TransitionLengthDialog(MWindow *mwindow, - TransitionLengthThread *thread, - int x, + TransitionLengthDialog(MWindow *mwindow, + TransitionLengthThread *thread, + int x, int y); ~TransitionLengthDialog(); - + void create_objects(); int close_event(); - + MWindow *mwindow; TransitionLengthThread *thread; TransitionLengthText *text; @@ -76,7 +76,7 @@ public: class TransitionLengthText : public BC_TumbleTextBox { public: - TransitionLengthText(MWindow *mwindow, + TransitionLengthText(MWindow *mwindow, TransitionLengthDialog *gui, int x, int y);