diff options
author | Jamey Sharp <jamey@minilop.net> | 2011-04-12 13:09:23 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2011-04-12 13:11:48 -0700 |
commit | e300ee4920bf4618f58618f3063b362f811154c1 (patch) | |
tree | a4ed0b8e8a62d48606e935343b8831d852fe818e /src/xcbint.h | |
parent | 527df3c84bd71113cedc7f55089c02d1c099ecad (diff) |
Revert "Introduce xcb_wait_for_event_until, for consuming responses in wire-order."
This function was intended to allow libX11 to fix a multi-threaded hang,
but the corresponding libX11 patch caused single-threaded apps to spin
sometimes. Since I've retracted that patch, this patch has no users and
shouldn't go into a release unless/until that changes.
This reverts commit 2415c11dec5e5adb0c17f98aa52fbb371a4f8f23.
Conflicts:
src/xcb.h
src/xcb_in.c
Signed-off-by: Jamey Sharp <jamey@minilop.net>
Diffstat (limited to 'src/xcbint.h')
-rw-r--r-- | src/xcbint.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xcbint.h b/src/xcbint.h index 95f078a..096576c 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -121,7 +121,6 @@ typedef struct _xcb_in { uint64_t request_expected; uint64_t request_read; - uint64_t event_responses_completed; uint64_t request_completed; struct reply_list *current_reply; struct reply_list **current_reply_tail; @@ -130,7 +129,6 @@ typedef struct _xcb_in { struct event_list *events; struct event_list **events_tail; struct reader_list *readers; - struct reader_list *event_readers; struct pending_reply *pending_replies; struct pending_reply **pending_replies_tail; |