[Xcb] Interning multiple atoms w/ one function call (alla XInternAtoms)

Barton C Massey bart at cs.pdx.edu
Wed Aug 10 03:32:03 EST 2005


It should go in somewhere.  If it's a performance
optimization, it should go in libXCBAtom.  If it just
effectively calls XInternAtom a bunch of times, it should go
in libXCBAux.

	Bart

In message <e3b7bac050809085152931261 at mail.gmail.com> you wrote:
> Hey,
> 
> It would be nice to be able to intern multiple atoms with one function
> call like XInternAtoms allows you to do; however, it seems there isn't
> such a function in XCB or libXCBAtom.  (If I'm not mistaken, it isn't
> a standard request specified by the X protocol; So, I'm not surprised
> that its absent.)  What do you all think about adding such a function
> to libXCBAtom?
> 
> -- 
> 
> Regards,
> 
> Travis Spencer
> _______________________________________________
> xcb mailing list
> xcb at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xcb


More information about the xcb mailing list