diff options
Diffstat (limited to 'slock.c')
-rw-r--r-- | slock.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ readpw(Display *dpy, const char *pws) | |||
134 | } | 134 | } |
135 | } | 135 | } |
136 | else for(screen = 0; screen < nscreens; screen++) | 136 | else for(screen = 0; screen < nscreens; screen++) |
137 | XMapRaised(dpy, locks[screen]->win); | 137 | XRaiseWindow(dpy, locks[screen]->win); |
138 | } | 138 | } |
139 | } | 139 | } |
140 | 140 | ||