X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbint.h;h=eb90fc36628c7dbf7727d7f7b7eb898ae9f6228c;hb=6149c7a6b57a193bc132fbc35b1772b75e5c7ca7;hp=9cb0c30fcb0abb9794ef5cee83f266e9c46b6a65;hpb=5b7182c659391160239467f1041a1d755db45bd3;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbint.h b/src/xcbint.h index 9cb0c30..eb90fc3 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -99,7 +99,6 @@ typedef struct _xcb_out { struct iovec *vec; int vec_len; - void *last_request; unsigned int request; unsigned int request_written; @@ -139,7 +138,6 @@ void _xcb_in_destroy(_xcb_in *in); int _xcb_in_expect_reply(XCBConnection *c, unsigned int request, enum workarounds workaround); -int _xcb_in_read_packet(XCBConnection *c); int _xcb_in_read(XCBConnection *c); int _xcb_in_read_block(XCBConnection *c, void *buf, int nread);