From: Peter Harris Date: Tue, 9 Feb 2010 21:27:22 +0000 (-0500) Subject: Support xcb_discard_reply X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=367882fa32489ebafcd9afc04fbf732b02ceb33a;hp=367882fa32489ebafcd9afc04fbf732b02ceb33a;p=free-sw%2Fxcb%2Flibxcb Support xcb_discard_reply This function is useful for dynamic language garbage collectors. Frequently a GC cycle may run before you want to block wainting for a reply. This function is also marginally useful for libxcb apps that issue speculative requests (eg. xlsclients). Reviewed-by: Jamey Sharp Tested-by: Eamon Walsh Signed-off-by: Peter Harris ---