pinosaur
/
slock.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6e9e7d
)
typo fix
author
anselm@garbe.us
<unknown>
Sun, 5 Feb 2012 15:41:31 +0000
(16:41 +0100)
committer
anselm@garbe.us
<unknown>
Sun, 5 Feb 2012 15:41:31 +0000
(16:41 +0100)
slock.c
patch
|
blob
|
history
diff --git
a/slock.c
b/slock.c
index
28cb4f9
..
5f183a2
100644
(file)
--- a/
slock.c
+++ b/
slock.c
@@
-134,7
+134,7
@@
readpw(Display *dpy, const char *pws)
}
}
else for(screen = 0; screen < nscreens; screen++)
- X
MapRaised
(dpy, locks[screen]->win);
+ X
RaiseWindow
(dpy, locks[screen]->win);
}
}