Bugfix: Forgot to change the number of atoms correctly

This commit is contained in:
Michael Stapelberg 2009-03-02 03:35:25 +01:00
parent be21e784d9
commit 3f662eaed5
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#ifndef _I3_H
#define _I3_H
#define NUM_ATOMS 9
#define NUM_ATOMS 10
extern char *application_path;
extern Display *xkbdpy;