On Jul 24, 2006, at 3:15 AM, Vincent Torri wrote: > > hey, > > does XCBGetAtomNameName return a NULL terminated string ? > > Vincent No, it doesn't. You need to use XCBGetAtomNameLength to get its length. In general, XCB does not return NULL terminated strings in its protocol. Ian