parent
8eba068d64
commit
3e09b3f212
1 changed files with 2 additions and 2 deletions
4
dwm.c
4
dwm.c
|
@ -370,8 +370,8 @@ static void zoom(const Arg *arg);
|
|||
|
||||
/* variables */
|
||||
static const char broken[] = "broken";
|
||||
static char stext[2048];
|
||||
static char rawstext[2048];
|
||||
static char stext[4096];
|
||||
static char rawstext[4096];
|
||||
|
||||
static int screen;
|
||||
static int sw, sh; /* X display screen geometry width, height */
|
||||
|
|
Loading…
Add table
Reference in a new issue