X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fbrowsebutton.h;h=f7cb4c16d0f775af93cb42f3b2a68b0b15f19eac;hb=9db053d413fde01439cc72ec2109913dfda2ec7b;hp=ff8ece6f0eb6e9a72f23692e549f4fba242b063a;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/browsebutton.h b/cinelerra-5.1/cinelerra/browsebutton.h index ff8ece6f..f7cb4c16 100644 --- a/cinelerra-5.1/cinelerra/browsebutton.h +++ b/cinelerra-5.1/cinelerra/browsebutton.h @@ -24,7 +24,7 @@ #include "guicast.h" #include "mutex.inc" -#include "mwindow.inc" +#include "theme.inc" #include "thread.h" class BrowseButtonWindow; @@ -32,7 +32,7 @@ class BrowseButtonWindow; class BrowseButton : public BC_Button, public Thread { public: - BrowseButton(MWindow *mwindow, + BrowseButton(Theme *theme, BC_WindowBase *parent_window, BC_TextBox *textbox, int x, @@ -51,7 +51,7 @@ public: const char *caption; const char *init_directory; BC_TextBox *textbox; - MWindow *mwindow; + Theme *theme; BC_WindowBase *parent_window; BrowseButtonWindow *gui; Mutex *startup_lock; @@ -61,7 +61,7 @@ public: class BrowseButtonWindow : public BC_FileBox { public: - BrowseButtonWindow(MWindow *mwindow, + BrowseButtonWindow(Theme *theme, BrowseButton *button, BC_WindowBase *parent_window, const char *init_directory,