X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fbrender.h;h=1d0b3beab4fbda73b7de8704c04c06aeb890667d;hb=fd7da506ec769c911c35264b49bff28f408a02f9;hp=53a183692cd78fce7fc114fb977bb8d0f0e72981;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/brender.h b/cinelerra-5.1/cinelerra/brender.h index 53a18369..1d0b3bea 100644 --- a/cinelerra-5.1/cinelerra/brender.h +++ b/cinelerra-5.1/cinelerra/brender.h @@ -38,7 +38,7 @@ // rendering or foreground rendering can be happening but not both. // A BRenderThread client runs in the background and a BRender object -// interfaces the main window. The BRender client recieves commands to +// interfaces the main window. The BRender client receives commands to // restart, start, and stop background rendering on its own time to avoid // interrupting the main window. @@ -174,7 +174,6 @@ public: BRenderThread(MWindow *mwindow, BRender *brender); ~BRenderThread(); - int is_done(int do_lock); void send_command(BRenderCommand *command); void run(); void stop();