commit 61ab7fa6cd1142342fef67eeea619920fe753d9a Author: Tilman Sauerbeck Date: Sun May 6 22:35:26 2007 +0200 Bug #10877: Fixed the atom values that are written to the hash table. diff --git a/atom/atoms.gperf.m4 b/atom/atoms.gperf.m4 index 2a4a369..9554972 100644 --- a/atom/atoms.gperf.m4 +++ b/atom/atoms.gperf.m4 @@ -18,6 +18,7 @@ include(atomlist.m4)`'dnl %struct-type struct atom_map { int name; xcb_atom_t value; }; %% +define(`COUNT', 0)dnl define(`DO', `$1,define(`COUNT', incr(COUNT))COUNT')dnl include(atomlist.m4)`'dnl %%