Skip to content
This repository has been archived by the owner on Oct 4, 2018. It is now read-only.

Commit

Permalink
fixed nn declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
garbeam committed Jul 27, 2009
1 parent e6b649d commit 66ff9f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dwm version
VERSION = 5.6.1
VERSION = 5.7

# Customize below to fit your system

Expand Down
3 changes: 2 additions & 1 deletion dwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1683,11 +1683,12 @@ updatebarpos(Monitor *m) {

void
updategeom(void) {
int i, n = 1, nn;
int i, n = 1;
Client *c;
Monitor *newmons = NULL, *m = NULL, *tm;

#ifdef XINERAMA
int nn;
XineramaScreenInfo *info = NULL;

if(XineramaIsActive(dpy))
Expand Down

0 comments on commit 66ff9f7

Please sign in to comment.