libX11: Changes to 'handoff'

Keith Packard keithp at kemper.freedesktop.org
Sat Oct 11 21:46:17 PDT 2008


 src/xcb_io.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit bbeafc850181cc0bf9724c71f1aa0015acdb7480
Author: Keith Packard <keithp at keithp.com>
Date:   Sat Oct 11 21:44:21 2008 -0700

    Ensure that _XReadEvents always leaves an event in the queue on return
    
    XNextEvent assumes that the event queue will be non-empty on return from
    _XReadEvents, but with multiple event readers running, the previous change
    could leave the queue empty on return from process_responses. Re-invoke
    process_responses until the queue is non-empty.
    
    Signed-off-by: Keith Packard <keithp at keithp.com>



More information about the xorg-commit mailing list