From 794c81c1eab54cb58f2143ab3efc90e9c4bf9092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Thu, 25 Aug 2011 13:39:07 +0200 Subject: Move XCB event reading to a separate thread. Work-around for bug in XCB which causes a xcb_wait_for_reply to block if xcb_poll_for_events() is called simultaneously from a different thread. If the XCB version is too old this work-around causes even more problems, so we kill two birds with one stone by only using the work-around if the XCB version has the recent xcb_poll_for_queue_event() function, which we also need to read events from a separate thread with reasonable efficiency. Change-Id: I8a899dad6ded381ce42cba0112e77da3c8aa6887 Reviewed-on: http://codereview.qt.nokia.com/3612 Reviewed-by: Lars Knoll --- .../qpa/xcb-poll-for-queued-event/xcb-poll-for-queued-event.pro | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.tests/qpa/xcb-poll-for-queued-event/xcb-poll-for-queued-event.pro (limited to 'config.tests/qpa/xcb-poll-for-queued-event/xcb-poll-for-queued-event.pro') diff --git a/config.tests/qpa/xcb-poll-for-queued-event/xcb-poll-for-queued-event.pro b/config.tests/qpa/xcb-poll-for-queued-event/xcb-poll-for-queued-event.pro new file mode 100644 index 0000000000..6075c55c49 --- /dev/null +++ b/config.tests/qpa/xcb-poll-for-queued-event/xcb-poll-for-queued-event.pro @@ -0,0 +1,5 @@ +SOURCES = xcb-poll-for-queued-event.cpp +CONFIG -= qt + +LIBS += -lxcb -lxcb-image -lxcb-keysyms -lxcb-icccm -lxcb-sync -lxcb-xfixes + -- cgit v1.2.3