From: Michael Stapelberg Date: Mon, 2 Mar 2009 02:35:25 +0000 (+0100) Subject: Bugfix: Forgot to change the number of atoms correctly X-Git-Tag: 3.a~125 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3f662eaed517f5f5baa02d2bc4ce399798485c20;p=i3%2Fi3 Bugfix: Forgot to change the number of atoms correctly --- 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;