fix pbuffer leak
[goodguy/history.git] / cinelerra-5.1 / guicast / bcsynchronous.h
index ba347b784189a0a8c05296690aeeb347c9e0a65f..a9947a13ce7512c1c6547ecd2c238113e143916a 100644 (file)
@@ -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);