An atom in X11, is of type Atom, which is defined in the <X11/Xatom.h header, as :
typedef unsigned long Atom; /* Also in Xdefs.h */
An atom is 32 bits, the reason, that long was chosen, … Read More 
An atom in X11, is of type Atom, which is defined in the <X11/Xatom.h header, as :
typedef unsigned long Atom; /* Also in Xdefs.h */
An atom is 32 bits, the reason, that long was chosen, … Read More