diff options
| author | anselm@garbe.us <unknown> | 2012-02-05 16:41:31 +0100 |
|---|---|---|
| committer | anselm@garbe.us <unknown> | 2012-02-05 16:41:31 +0100 |
| commit | 5d433c7cf509daf064b2a0412ed6cf3c0068afde (patch) | |
| tree | 0a49f82b9b58b43a97774953ce71a632b70db3bb | |
| parent | d6e9e7d9e32d315330e1a60a5087a86c19ab1ab7 (diff) | |
typo fix
| -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 | ||
