[Xcb-commit] XCB GIT Repository: Changes to 'master'
Jamey Sharp
jamey at kemper.freedesktop.org
Thu Feb 23 00:13:43 PST 2006
xcb/src/xcb_conn.c | 12 ------------
xcb/src/xcb_out.c | 4 +---
xcb/src/xcbint.h | 1 -
3 files changed, 1 insertion(+), 16 deletions(-)
New commits:
commit b661a000cf8ff76126c556dc53856479b1a27702
Author: Jamey Sharp <jamey at minilop.net>
Date: Wed Feb 22 23:38:16 2006 -0800
Bugfix: move request_written update *before* _xcb_conn_wait in _xcb_out_flush. Otherwise a reply may be read before we record that we have sent the request, and then XCB gets... confused.
commit a7ece0b9f9cbf612a2496de1920c77fed57b6bf9
Author: Jamey Sharp <jamey at minilop.net>
Date: Wed Feb 22 23:11:36 2006 -0800
Remove USE_THREAD_ASSERT compile option. _xcb_conn_wait can no longer be re-entered, since we have no callback hooks now.
commit 90f676db05e9c8821cc3e121f184e7d7de7f1fca
Author: Jamey Sharp <jamey at minilop.net>
Date: Wed Feb 22 23:09:29 2006 -0800
Remove vestiges of adjacent request combining implementation. It is very dead.
More information about the xcb-commit
mailing list