mask xy scale, mask boundary only overlay, fix 8 char mask nm bug, rework maskgui...
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bcdialog.h
index bbdef7c7396afa32bdf967c853515d8b7042232f..6f229e0c3a37ab02b794b646528bcf6c210b4d19 100644 (file)
@@ -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