[CinCV] [Bug 406] gui is not responding after starting cinel…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: bugzilla-daemon
Date:  
To: cinelerra
Old-Topics: [CinCVS] [Bug 406] New: gui is not responding after starting cinelerra
Subject: [CinCV] [Bug 406] gui is not responding after starting cinelerra
http://bugs.cinelerra.org/show_bug.cgi?id=406


ert976@??? changed:

What |Removed |Added
----------------------------------------------------------------------------
                 CC|                            |ert976@???





------- Comment #39 from ert976@??? 2008-07-24 11:17 +2 -------
snapshot 1061 - bcclipboardC.patch apply no problem.


--- guicast/bcclipboard.C.orig 2008-06-17 22:31:39.000000000 +0300
+++ guicast/bcclipboard.C 2008-07-24 10:13:11.000000000 +0300
@@ -1,5 +1,6 @@
#include "bcclipboard.h"
#include "bcwindowbase.h"
+#include <X11/Xlibint.h>
#include <string.h>

BC_Clipboard::BC_Clipboard(char *display_name) : Thread()
@@ -60,7 +61,8 @@
ptr->message_type = completion_atom;
ptr->format = 32;
XSendEvent(out_display, out_win, 0, 0, &event);
- XFlush(out_display);
+ _XSend(out_display, 0, 0);
+/* XFlush(out_display);*/
Thread::join();
return 0;
}


-- 
Configure bugmail: http://bugs.cinelerra.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


_______________________________________________
Cinelerra mailing list
Cinelerra@???
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra