summaryrefslogtreecommitdiff
path: root/src/xcbint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xcbint.h')
-rw-r--r--src/xcbint.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xcbint.h b/src/xcbint.h
index 670dd69..6a61d18 100644
--- a/src/xcbint.h
+++ b/src/xcbint.h
@@ -109,7 +109,8 @@ typedef struct _xcb_in {
_xcb_queue *current_reply;
_xcb_map *replies;
- _xcb_queue *events;
+ struct event_list *events;
+ struct event_list **events_tail;
_xcb_list *readers;
struct pending_reply *pending_replies;