typo fix - slock - simple X display locker utility | |
git clone git://git.suckless.org/slock | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 5d433c7cf509daf064b2a0412ed6cf3c0068afde | |
parent d6e9e7d9e32d315330e1a60a5087a86c19ab1ab7 | |
Author: [email protected] <unknown> | |
Date: Sun, 5 Feb 2012 16:41:31 +0100 | |
typo fix | |
Diffstat: | |
M slock.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/slock.c b/slock.c | |
@@ -134,7 +134,7 @@ readpw(Display *dpy, const char *pws) | |
} | |
} | |
else for(screen = 0; screen < nscreens; screen++) | |
- XMapRaised(dpy, locks[screen]->win); | |
+ XRaiseWindow(dpy, locks[screen]->win); | |
} | |
} | |