Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
69b738c
)
drawstatus even if no client exists
author
Anselm R. Garbe <
[email protected]
>
Wed, 6 Sep 2006 10:10:43 +0000
(12:10 +0200)
committer
Anselm R. Garbe <
[email protected]
>
Wed, 6 Sep 2006 10:10:43 +0000
(12:10 +0200)
view.c
diff
|
blob
|
history
diff --git
a/view.c
b/view.c
index
3b5abba
..
e74d4bc
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);