add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / renderprofiles.h
index 758594f1483a9da44765e257ed18ca81444430d2..41e8456ddf42db844df2a71be4606705456542c9 100644 (file)
@@ -2,21 +2,21 @@
 /*
  * CINELERRA
  * Copyright (C) 2007 Andraz Tori
- * 
+ *
  * 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 RENDERPROFILE_H
@@ -58,12 +58,12 @@ class RenderProfile
 {
 public:
        RenderProfile(MWindow *mwindow,
-               RenderWindow *rwindow, 
-               int x, 
-               int y, 
+               RenderWindow *rwindow,
+               int x,
+               int y,
                int use_nothing);
        ~RenderProfile();
-       
+
        int create_objects();
        int reposition_window(int x, int y);
        static int calculate_h(BC_WindowBase *gui);
@@ -74,7 +74,7 @@ public:
        int get_profile_slot_by_name(const char *profile_name);
        int get_new_profile_slot();
        int save_to_slot(int profile_slot, const char *profile_name);
-       
+
        BC_Title *title;
        BC_TextBox *textbox;
        RenderProfileListBox *listbox;
@@ -84,7 +84,7 @@ public:
 
 
        MWindow *mwindow;
-       
+
        RenderWindow *rwindow;
 
        int x;