X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcdialog.h;h=1318a996c699b1cd6f92cdbec00c08612f60ae92;hb=e8453fdab4d5ed7b384279a5b37c92010ac13295;hp=bbdef7c7396afa32bdf967c853515d8b7042232f;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/guicast/bcdialog.h b/cinelerra-5.1/guicast/bcdialog.h index bbdef7c7..1318a996 100644 --- a/cinelerra-5.1/guicast/bcdialog.h +++ b/cinelerra-5.1/guicast/bcdialog.h @@ -63,8 +63,8 @@ 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();