typo fix - slock - simple X display locker utility
HTML git clone git://git.suckless.org/slock
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 5d433c7cf509daf064b2a0412ed6cf3c0068afde
DIR parent d6e9e7d9e32d315330e1a60a5087a86c19ab1ab7
HTML Author: anselm@garbe.us <unknown>
Date: Sun, 5 Feb 2012 16:41:31 +0100
typo fix
Diffstat:
M slock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR 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);
}
}