Where are STRING
and WM_NAME
defined?
My xcb_atom.h
file only contains 3 function declarations, when I was expecting it to look like this: http://www.opensource.apple.com/source/X11libs/X11libs-40/xcb-util/xcb-util-0.3.3/atom/xcb_atom.h
I also have a xcb_ewmh.h
file that contains similar atoms but I cannot find any documentation on it.
How do I fix this?
XCB_ATOM_STRING
notXCB_ATOM_WM_STRING
. – Gallivant