X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcsynchronous.h;h=a9947a13ce7512c1c6547ecd2c238113e143916a;hb=b2106cd755a98389f1f6d373a71201b68377d74f;hp=ba347b784189a0a8c05296690aeeb347c9e0a65f;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/bcsynchronous.h b/cinelerra-5.1/guicast/bcsynchronous.h index ba347b78..a9947a13 100644 --- a/cinelerra-5.1/guicast/bcsynchronous.h +++ b/cinelerra-5.1/guicast/bcsynchronous.h @@ -204,10 +204,7 @@ public: GLXContext glx_context); // Get the PBuffer by window_id and dimensions if it exists. // Must be called inside synchronous loop. - GLXPbuffer get_pbuffer(int w, - int h, - int *window_id, - GLXContext *glx_context); + GLXPbuffer get_pbuffer(int w, int h, GLXContext *glx_context); // Release a pbuffer for use by get_pbuffer. void release_pbuffer(int window_id, GLXPbuffer pbuffer);