Bugfix: move request_written update *before* _xcb_conn_wait in _xcb_out_flush. Otherw...
authorJamey Sharp <jamey@minilop.net>
Thu, 23 Feb 2006 07:38:16 +0000 (23:38 -0800)
committerJamey Sharp <jamey@minilop.net>
Thu, 23 Feb 2006 07:38:16 +0000 (23:38 -0800)
commitf8a8b465e080faf5479c0b38dc67cc9b9ae24927
treef5c52fa635e7761786dd1ec0e9918d634ff1870d
parente0a35783837e0d4974cfa20c6a7a073698f3b0a5
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.
src/xcb_out.c