X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fbrowsebutton.h;h=0818cdc86d19bf1502cdecc18b359a3eaf218edd;hb=3ac8199743f244669cc87ceef9c3cd23710552f3;hp=f88a352e87c753f810e4e5fb745d68938783746b;hpb=5a1b2bb96f2bd6b7ef4f8031763683726c02219d;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/browsebutton.h b/cinelerra-5.1/cinelerra/browsebutton.h index f88a352e..0818cdc8 100644 --- a/cinelerra-5.1/cinelerra/browsebutton.h +++ b/cinelerra-5.1/cinelerra/browsebutton.h @@ -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,