X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbccapture.h;h=787fb4a6455fb94d429235b780580ff598604621;hp=e0f098b9d728686dfa6ce5f3a3841ad6cf0c0869;hb=9d832a1fff11b11aaa1108c460690ed05e2bdc05;hpb=4fedf98530b3a6ff1ada6d2b9fbbc470e3df300c diff --git a/cinelerra-5.1/guicast/bccapture.h b/cinelerra-5.1/guicast/bccapture.h index e0f098b9..787fb4a6 100644 --- a/cinelerra-5.1/guicast/bccapture.h +++ b/cinelerra-5.1/guicast/bccapture.h @@ -39,7 +39,8 @@ public: int init_window(const char *display_path); // x1 and y1 are automatically adjusted if out of bounds - int capture_frame(VFrame *frame, int &x1, int &y1); + int capture_frame(VFrame *frame, int &x1, int &y1, + int do_cursor=0); // the scale of the cursor if nonzero int get_w(); int get_h();