On Fri, 2009-01-16 at 13:25 +1100, Matthew Allen wrote: > Where would that be? > > I've been using the xcb headers that come with the latest ubuntu but there is > no xcb_keysyms.h anywhere.
Don't know about ubuntu specifically, on Mandriva Linux I get, $ locate xcb_keysyms.h /usr/include/xcb/xcb_keysyms.h $ rpm -qf /usr/include/xcb/xcb_keysyms.h libxcb-util-devel-0.3.2-2mdv2009.1 Note that you would need to do, #include <xcb/xcb_keysyms.h> unless you used a -I/usr/include/xcb (or libtool gave you one). Liam -- Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/ Pictures from old books: http://fromoldbooks.org/ Ankh: irc.sorcery.net irc.gnome.org www.advogato.org _______________________________________________ xdg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xdg
