X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcdialog.h;h=6f229e0c3a37ab02b794b646528bcf6c210b4d19;hp=1318a996c699b1cd6f92cdbec00c08612f60ae92;hb=c905fabd0678fcc8ab9e32e4443ad8709adafefd;hpb=a4091ab5bcfb46773cbabaf1303c427346b35fbe diff --git a/cinelerra-5.1/guicast/bcdialog.h b/cinelerra-5.1/guicast/bcdialog.h index 1318a996..6f229e0c 100644 --- a/cinelerra-5.1/guicast/bcdialog.h +++ b/cinelerra-5.1/guicast/bcdialog.h @@ -68,18 +68,12 @@ public: // Called by user to close the GUI from outside the thread void close_window(); - + void join(); private: BC_Window *gui; Condition *startup_lock; Mutex *window_lock; + Mutex *active_lock; }; - - - - - - - #endif