[Xcb] no more *_new functions

Jamey Sharp jamey at minilop.net
Tue Oct 10 11:45:15 PDT 2006


On Tue, Oct 10, 2006 at 08:26:07PM +0200, Vincent Torri wrote:
> Hey,

Hi, Vincent!

> While updating evas, I've remarked that xproto.h has no more *_new 
> functions (nor in the extension header files).

Yes, the _new functions are no longer useful since XID types are just
typedef'd integers now. Instead, just call xcb_generate_id, which has
been moved to xcb.h.

The API conversion script takes care of this for you, by the way.

--Jamey
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.freedesktop.org/archives/xcb/attachments/20061010/ef03228d/attachment.pgp


More information about the Xcb mailing list