[Xcb] final ABI change for RC2; soname bump

Vincent Torri vtorri at univ-evry.fr
Sat Oct 7 07:57:08 PDT 2006



On Fri, 6 Oct 2006, Jamey Sharp wrote:

> Where XCB currently declares a structure containing a single uint32_t
> for each XID type, it will instead typedef uint32_t to the XID type
> name.

ok.

> where XCB currently provides this function:
>
> xcb_generic_event_t *xcb_poll_for_event(xcb_connection_t *c, int *error);
>
> It will instead provide the simpler interface:
>
> xcb_generic_event_t *xcb_poll_for_event(xcb_connection_t *c);
>
> On I/O or other errors, xcb_poll_for_event will return null and shut
> down the xcb_connection_t. It will no longer terminate the application
> under any circumstances.

time to update evas again (and the tutorial) :-)

Vincent


More information about the Xcb mailing list