png img proxy fixes, speed zoom segv fix, colapse ins 1frm silence undo, repair rende...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / transitionpopup.h
index b78f83e7d44be46bb73fc153a31d20cef6b3e4c4..1ac4154a20b59db30857204bc10fe30660399817 100644 (file)
@@ -2,21 +2,21 @@
 /*
  * CINELERRA
  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
- * 
+ *
  * 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);