]> git.sur5r.net Git - i3/i3/commitdiff
Bugfix: Forgot to change the number of atoms correctly
authorMichael Stapelberg <michael+x200@stapelberg.de>
Mon, 2 Mar 2009 02:35:25 +0000 (03:35 +0100)
committerMichael Stapelberg <michael+x200@stapelberg.de>
Mon, 2 Mar 2009 02:35:25 +0000 (03:35 +0100)
include/i3.h

index 41ccbf6bb72960b26c7250d3bf776a774e39849a..31da700a507b7a93b0384ff28d16d765871bde33 100644 (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;