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:
69b738c
)
drawstatus even if no client exists
author
Anselm R. Garbe
<arg@10kloc.org>
Wed, 6 Sep 2006 10:10:43 +0000
(12:10 +0200)
committer
Anselm R. Garbe
<arg@10kloc.org>
Wed, 6 Sep 2006 10:10:43 +0000
(12:10 +0200)
view.c
patch
|
blob
|
history
diff --git
a/view.c
b/view.c
index 3b5abbaa843113992ffb518610a520f284751536..e74d4bc96a49dc75902e076d0a531f27ef578245 100644
(file)
--- a/
view.c
+++ b/
view.c
@@
-218,8
+218,10
@@
restack()
Client *c;
XEvent ev;
- if(!sel)
+ if(!sel) {
+ drawstatus();
return;
+ }
if(sel->isfloat || arrange == dofloat) {
XRaiseWindow(dpy, sel->win);
XRaiseWindow(dpy, sel->twin);