changeset: 1477:aefd753cfe9b
tag: tip
user: Anselm R Garbe <garbeam_AT_gmail.com>
date: Mon Jul 27 12:01:58 2009 +0100
files: config.mk dwm.c
description:
fixed nn declaration
diff -r 81c2899aecb8 -r aefd753cfe9b config.mk
--- a/config.mk Sun Jul 26 14:02:28 2009 +0100
+++ b/config.mk Mon Jul 27 12:01:58 2009 +0100
@@ -1,5 +1,5 @@
# dwm version
-VERSION = 5.6.1
+VERSION = 5.7
# Customize below to fit your system
diff -r 81c2899aecb8 -r aefd753cfe9b dwm.c
--- a/dwm.c Sun Jul 26 14:02:28 2009 +0100
+++ b/dwm.c Mon Jul 27 12:01:58 2009 +0100
@@ -1683,11 +1683,12 @@
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))
Received on Mon Jul 27 2009 - 11:02:04 UTC
This archive was generated by hypermail 2.2.0 : Mon Jul 27 2009 - 11:12:06 UTC