Comment 2 for bug 299152

Revision history for this message
Martin Olsson (mnemo) wrote :

The actual assert (in package libx11-xcb1) contains a macro, so in the code is looks like this:
assert(XCB_SEQUENCE_COMPARE(xcb_req, >=, dpy->request));

I don't know enough about XCB to figure out what to make of that.