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:
dd21823
)
crash fix
author
Anselm R Garbe
<garbeam@gmail.com>
Fri, 22 Feb 2008 10:15:59 +0000
(10:15 +0000)
committer
Anselm R Garbe
<garbeam@gmail.com>
Fri, 22 Feb 2008 10:15:59 +0000
(10:15 +0000)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index 4d5a9b925ab5af7c9806604941392bd8a2346a4e..de20b368fa2ae088696c0e9230f34a94c983d475 100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-313,7
+313,7
@@
arrange(Monitor *m) {
m->layout->arrange(m);
else
for(i = 0; i < mcount; i++)
- m
->
layout->arrange(&monitors[i]);
+ m
onitors[i].
layout->arrange(&monitors[i]);
focus(NULL);
restack(m);
}