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=bbdef7c7396afa32bdf967c853515d8b7042232f;hb=fb661e853152fd63537629a20f493a4cdcd4f019;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1 diff --git a/cinelerra-5.1/guicast/bcdialog.h b/cinelerra-5.1/guicast/bcdialog.h index bbdef7c7..6f229e0c 100644 --- a/cinelerra-5.1/guicast/bcdialog.h +++ b/cinelerra-5.1/guicast/bcdialog.h @@ -63,23 +63,17 @@ public: BC_Window* get_gui(); // Called by user to access the gui pointer - void lock_window(const char *location); - void unlock_window(); + void lock_dialog(const char *location); + void unlock_dialog(); // 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