From: anselm@garbe.us Date: Sun, 5 Feb 2012 15:41:31 +0000 (+0100) Subject: typo fix X-Git-Url: https://git.armaanb.net/?p=slock.git;a=commitdiff_plain;h=5d433c7cf509daf064b2a0412ed6cf3c0068afde typo fix --- diff --git a/slock.c b/slock.c index 28cb4f9..5f183a2 100644 --- 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); } }