diff options
| -rw-r--r-- | slock.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -209,6 +209,7 @@ readpw(Display *dpy, struct xrandr *rr, struct lock **locks, int nscreens, | |||
| 209 | XResizeWindow(dpy, locks[screen]->win, | 209 | XResizeWindow(dpy, locks[screen]->win, |
| 210 | rre->width, rre->height); | 210 | rre->width, rre->height); |
| 211 | XClearWindow(dpy, locks[screen]->win); | 211 | XClearWindow(dpy, locks[screen]->win); |
| 212 | break; | ||
| 212 | } | 213 | } |
| 213 | } | 214 | } |
| 214 | } else for (screen = 0; screen < nscreens; screen++) | 215 | } else for (screen = 0; screen < nscreens; screen++) |
