X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcsynchronous.h;h=26d6e7f474312db44c8fc9216062ae822afa6819;hb=HEAD;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..26d6e7f4 100644 --- a/cinelerra-5.1/guicast/bcsynchronous.h +++ b/cinelerra-5.1/guicast/bcsynchronous.h @@ -32,10 +32,6 @@ #include "thread.h" #include "vframe.inc" -#if defined(HAVE_CONFIG_H) -#include "config.h" -#endif - #ifdef HAVE_GL #include #include @@ -204,10 +200,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);