typo fix
This commit is contained in:
parent
d6e9e7d9e3
commit
5d433c7cf5
1 changed files with 1 additions and 1 deletions
2
slock.c
2
slock.c
|
@ -134,7 +134,7 @@ readpw(Display *dpy, const char *pws)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else for(screen = 0; screen < nscreens; screen++)
|
else for(screen = 0; screen < nscreens; screen++)
|
||||||
XMapRaised(dpy, locks[screen]->win);
|
XRaiseWindow(dpy, locks[screen]->win);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue