diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-03-02 13:49:00 -0800 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-03-02 13:49:00 -0800 |
commit | ed823bf65192a72f8c3060698c9bded9f77d49c2 (patch) | |
tree | befe22bb796ed5c92b22f2e293c4f6ad2d0614b1 /src/xcbint.h | |
parent | c05ae15b661bff6b95deb3abc7f48abe16892ac8 (diff) |
Separate notion of request-completed from current-request, and mark requests completed more aggressively. Detects some usage errors that are otherwise undetectable.
Diffstat (limited to 'src/xcbint.h')
-rw-r--r-- | src/xcbint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xcbint.h b/src/xcbint.h index 0e24d72..3b51d2e 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -87,6 +87,7 @@ typedef struct _xcb_in { int queue_len; unsigned int request_read; + unsigned int request_completed; struct reply_list *current_reply; struct reply_list **current_reply_tail; |