PKGBUILD fix libva/vdpau deps
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bcdialog.h
index 1318a996c699b1cd6f92cdbec00c08612f60ae92..6f229e0c3a37ab02b794b646528bcf6c210b4d19 100644 (file)
@@ -68,18 +68,12 @@ public:
 
 // Called by user to close the GUI from outside the thread
        void close_window();
 
 // 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;
 private:
        BC_Window *gui;
        Condition *startup_lock;
        Mutex *window_lock;
+       Mutex *active_lock;
 };
 
 };
 
-
-
-
-
-
-
-
 #endif
 #endif