repair default keyframe load, tweak init default histogram threshold
[goodguy/history.git] / cinelerra-5.1 / cinelerra / browsebutton.h
index f88a352e87c753f810e4e5fb745d68938783746b..0818cdc86d19bf1502cdecc18b359a3eaf218edd 100644 (file)
@@ -32,14 +32,14 @@ class BrowseButtonWindow;
 class BrowseButton : public BC_Button, public Thread
 {
 public:
-       BrowseButton(Theme *theme, 
-               BC_WindowBase *parent_window, 
-               BC_TextBox *textbox, 
-               int x, 
-               int y, 
-               const char *init_directory, 
-               const char *title, 
-               const char *caption, 
+       BrowseButton(Theme *theme,
+               BC_WindowBase *parent_window,
+               BC_TextBox *textbox,
+               int x,
+               int y,
+               const char *init_directory,
+               const char *title,
+               const char *caption,
                int want_directory = 0);
        ~BrowseButton();
 
@@ -62,7 +62,7 @@ class BrowseButtonWindow : public BC_FileBox
 {
 public:
        BrowseButtonWindow(Theme *theme,
-               BrowseButton *button,
+               int x, int y,
                BC_WindowBase *parent_window,
                const char *init_directory,
                const char *title,