rework histogram_bezier, init wm icon set_icon(gg), update de.po+msg/txt
[goodguy/history.git] / cinelerra-5.1 / guicast / bcsynchronous.h
index ba347b784189a0a8c05296690aeeb347c9e0a65f..26d6e7f474312db44c8fc9216062ae822afa6819 100644 (file)
 #include "thread.h"
 #include "vframe.inc"
 
-#if defined(HAVE_CONFIG_H)
-#include "config.h"
-#endif
-
 #ifdef HAVE_GL
 #include <GL/gl.h>
 #include <GL/glx.h>
@@ -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);