Bugfix: Forgot to change the number of atoms correctly
This commit is contained in:
@ -18,7 +18,7 @@
|
|||||||
#ifndef _I3_H
|
#ifndef _I3_H
|
||||||
#define _I3_H
|
#define _I3_H
|
||||||
|
|
||||||
#define NUM_ATOMS 9
|
#define NUM_ATOMS 10
|
||||||
|
|
||||||
extern char *application_path;
|
extern char *application_path;
|
||||||
extern Display *xkbdpy;
|
extern Display *xkbdpy;
|
||||||
|
Reference in New Issue
Block a user