Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
f8181f6
)
changed restack, to fix undrawed tag indicators
author
Anselm R. Garbe <
[email protected]
>
Mon, 15 Jan 2007 11:07:18 +0000
(12:07 +0100)
committer
Anselm R. Garbe <
[email protected]
>
Mon, 15 Jan 2007 11:07:18 +0000
(12:07 +0100)
view.c
patch
|
blob
|
history
diff --git
a/view.c
b/view.c
index
bc1f4e2
..
fd07fc5
100644
(file)
--- a/
view.c
+++ b/
view.c
@@
-185,10
+185,9
@@
restack(void) {
Client *c;
XEvent ev;
- if(!sel) {
- drawstatus();
+ drawstatus();
+ if(!sel)
return;
- }
if(sel->isfloat || arrange == dofloat)
XRaiseWindow(dpy, sel->win);
if(arrange != dofloat) {