Browse Source

syntax fix

master
Markus Teich 8 years ago
parent
commit
325581b935
  1. 4
      slock.c

4
slock.c

@ -212,9 +212,11 @@ readpw(Display *dpy, struct xrandr *rr, struct lock **locks, int nscreens,
break; break;
} }
} }
} else for (screen = 0; screen < nscreens; screen++) } else {
for (screen = 0; screen < nscreens; screen++)
XRaiseWindow(dpy, locks[screen]->win); XRaiseWindow(dpy, locks[screen]->win);
} }
}
} }
static struct lock * static struct lock *

Loading…
Cancel
Save