From ed823bf65192a72f8c3060698c9bded9f77d49c2 Mon Sep 17 00:00:00 2001 From: Jamey Sharp Date: Thu, 2 Mar 2006 13:49:00 -0800 Subject: Separate notion of request-completed from current-request, and mark requests completed more aggressively. Detects some usage errors that are otherwise undetectable. --- src/xcbint.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/xcbint.h') 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; -- cgit v1.2.3