commit - 1fa31efebf74f699ce91add53bc08a8e3ec2dccc
commit + 91fffb3f7d0cd731aa2a2126c411590d30231c19
blob - 11a16f7a8521894f8ecbc476d1ade4248399a032
blob + 086424d6c3172a2e0c954b95977f69041acf2a48
--- config.mk
+++ config.mk
# dwm version
-VERSION = 5.6.1
+VERSION = 5.7
# Customize below to fit your system
blob - 314d15097a8862860bfd77fae51353c2d2666c4d
blob + 873b7944487b4e14d28ad8c76cb98cab35fa2a08
--- dwm.c
+++ dwm.c
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))