Change command length to 100
This commit is contained in:
parent
6bbb413fd7
commit
537ed53694
@ -5,7 +5,7 @@
|
|||||||
#include<signal.h>
|
#include<signal.h>
|
||||||
#include<X11/Xlib.h>
|
#include<X11/Xlib.h>
|
||||||
#define LENGTH(X) (sizeof(X) / sizeof (X[0]))
|
#define LENGTH(X) (sizeof(X) / sizeof (X[0]))
|
||||||
#define CMDLENGTH 50
|
#define CMDLENGTH 100
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char* icon;
|
char* icon;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user