X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbint.h;h=eb1afc1a498887aba3341e97acdebf09ba21836f;hb=7875040fa179d8ca3fa4ec046c1b8c2a351a6621;hp=34b7197473fe852028a5c6c8d5f5528f1fefffe3;hpb=bae98d36040d0cda1862839410cf92bac3927280;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbint.h b/src/xcbint.h index 34b7197..eb1afc1 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -112,7 +112,8 @@ typedef struct _xcb_in { _xcb_queue *events; _xcb_list *readers; - _xcb_queue *pending_replies; + struct pending_reply *pending_replies; + struct pending_reply **pending_replies_tail; } _xcb_in; int _xcb_in_init(_xcb_in *in); @@ -142,7 +143,8 @@ void _xcb_xid_destroy(XCBConnection *c); typedef struct _xcb_ext { pthread_mutex_t lock; - _xcb_map *extensions; + struct lazyreply *extensions; + int extensions_size; } _xcb_ext; int _xcb_ext_init(XCBConnection *c);