fixed nn declaration
This commit is contained in:
parent
1fa31efebf
commit
91fffb3f7d
@ -1,5 +1,5 @@
|
|||||||
# dwm version
|
# dwm version
|
||||||
VERSION = 5.6.1
|
VERSION = 5.7
|
||||||
|
|
||||||
# Customize below to fit your system
|
# Customize below to fit your system
|
||||||
|
|
||||||
|
3
dwm.c
3
dwm.c
@ -1683,11 +1683,12 @@ updatebarpos(Monitor *m) {
|
|||||||
|
|
||||||
void
|
void
|
||||||
updategeom(void) {
|
updategeom(void) {
|
||||||
int i, n = 1, nn;
|
int i, n = 1;
|
||||||
Client *c;
|
Client *c;
|
||||||
Monitor *newmons = NULL, *m = NULL, *tm;
|
Monitor *newmons = NULL, *m = NULL, *tm;
|
||||||
|
|
||||||
#ifdef XINERAMA
|
#ifdef XINERAMA
|
||||||
|
int nn;
|
||||||
XineramaScreenInfo *info = NULL;
|
XineramaScreenInfo *info = NULL;
|
||||||
|
|
||||||
if(XineramaIsActive(dpy))
|
if(XineramaIsActive(dpy))
|
||||||
|
Loading…
Reference in New Issue
Block a user