From 3f662eaed517f5f5baa02d2bc4ce399798485c20 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 2 Mar 2009 03:35:25 +0100 Subject: [PATCH] Bugfix: Forgot to change the number of atoms correctly --- include/i3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/i3.h b/include/i3.h index 41ccbf6b..31da700a 100644 --- a/include/i3.h +++ b/include/i3.h @@ -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; -- 2.39.5