projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa1ce22
)
cosmetic fix
author
Anselm R. Garbe
<garbeam@gmail.com>
Sat, 22 Sep 2007 06:57:24 +0000
(08:57 +0200)
committer
Anselm R. Garbe
<garbeam@gmail.com>
Sat, 22 Sep 2007 06:57:24 +0000
(08:57 +0200)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index c555a628d6745495cacb36748fb5010c727e91e3..f28cdf8290f9fd1d32f8b45d284b3b9b3e573605 100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1418,6
+1418,7
@@
setmwfact(const char *arg) {
void
setup(void) {
+ int d;
unsigned int i, j, mask;
Window w;
XModifierKeymap *modmap;
@@
-1507,7
+1508,7
@@
setup(void) {
XSetFont(dpy, dc.gc, dc.font.xfont->fid);
/* multihead support */
- selscreen = XQueryPointer(dpy, root, &w, &w, &
i, &i, &i, &i
, &mask);
+ selscreen = XQueryPointer(dpy, root, &w, &w, &
d, &d, &d, &d
, &mask);
}
void