|
|
@ -212,10 +212,12 @@ 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 * |
|
|
|
lockscreen(Display *dpy, struct xrandr *rr, int screen) |
|
|
|
lockscreen(Display *dpy, struct xrandr *rr, int screen) |
|
|
|