summaryrefslogtreecommitdiff
path: root/atom
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2007-05-06 22:35:26 +0200
committerJamey Sharp <jamey@minilop.net>2007-05-12 18:52:11 -0700
commit4b19fe81d7e5281eec3a8e17f8f5c4fbfa704aab (patch)
treef0c207a14c10c700ca1de0d922289f5a6ec29225 /atom
parent5d4a666b02c03c8b37633810b629a2458e817c27 (diff)
Bug #10877: Fixed the atom values that are written to the hash table.
Signed-off-by: Jamey Sharp <jamey@minilop.net>
Diffstat (limited to 'atom')
-rw-r--r--atom/atoms.gperf.m41
1 files changed, 1 insertions, 0 deletions
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
%%