From 76ad79a7adbb315f7c7d5f08d6f42553210868cd Mon Sep 17 00:00:00 2001 From: Jamey Sharp Date: Mon, 27 Feb 2006 01:43:07 -0800 Subject: Replace readers generic list with hand-written typesafe version. --- src/xcbint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xcbint.h') diff --git a/src/xcbint.h b/src/xcbint.h index 85e79e3..67ec017 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -101,7 +101,7 @@ typedef struct _xcb_in { _xcb_map *replies; struct event_list *events; struct event_list **events_tail; - _xcb_list *readers; + struct reader_list *readers; struct pending_reply *pending_replies; struct pending_reply **pending_replies_tail; -- cgit v1.2.3