search for: _xreadevents

Displaying 3 results from an estimated 3 matches for "_xreadevents".

2006 Dec 10
1
[BUG] Compiz hangs at launch when the focus windows is a swing window
...0xb7ee8410 in ?? () #1 0xbfb55628 in ?? () #2 0xffffffff in ?? () #3 0x00000001 in ?? () #4 0xb7d727cb in poll () from /lib/tls/i686/cmov/libc.so.6 #5 0xb7c21b69 in XProcessInternalConnection () from /usr/lib/libX11.so.6 #6 0xb7c21f4f in _XRead () from /usr/lib/libX11.so.6 #7 0xb7c232f1 in _XReadEvents () from /usr/lib/libX11.so.6 #8 0xb7c1c05d in XWindowEvent () from /usr/lib/libX11.so.6 #9 0x08051185 in getCurrentTimeFromDisplay () #10 0x0805fd7e in moveInputFocusToWindow () #11 0x080569a5 in addDisplay () #12 0x0804f770 in main () I also ran a strace on compiz to see what was happening and...
2006 Nov 23
0
[ANNOUNCE] libX11 1.1
..._XReply drops the Display lock, so the value of dpy->request may change before _XReply is called again. Jamey Sharp discovered this by inspection a few years ago. * Fix Bug #8622, by fixing the response processing order for threaded apps. process_responses (the common code for _XReply, _XReadEvents, and _XEventsQueued) now handles responses in order, by adding condition variables to the list of outstanding requests in dpy->xcb->pending_requests, and blocking on them when those requests should get processed, to allow _XReply to process them; if actually called from _XReply, it re...
2008 Nov 05
0
[ANNOUNCE] libX11 1.1.99.2
...Josh Triplett (2): .gitignore: Add dolt files Use XCB's new socket handoff mechanism rather than the old XCB Xlib lock. Julien Cristau (2): Fix distcheck Bump to 1.1.99.2 Keith Packard (2): Permit only one Xlib thread to block waiting for events Ensure that _XReadEvents always leaves an event in the queue on return Khaled Hosny (1): NLS: Add Arabic Lam-Alef ligature compose sequences (bug #16426) Matthias Clasen (1): Bug #17616: Fix an XCB leak when the client has a non-fatal error handler. Michael Verret (1): Fix documentation typo Peter Hut...