diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-02-27 01:43:07 -0800 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-02-27 01:43:07 -0800 |
commit | 76ad79a7adbb315f7c7d5f08d6f42553210868cd (patch) | |
tree | a093d417ae1d54d484f7c1ce013564c995a5639d /src/xcbint.h | |
parent | fa71b9b835da6360c374dcb4ab93be3a27dbd737 (diff) |
Replace readers generic list with hand-written typesafe version.
Diffstat (limited to 'src/xcbint.h')
-rw-r--r-- | src/xcbint.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |