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:
f8181f6
)
changed restack, to fix undrawed tag indicators
author
Anselm R. Garbe
<arg@suckless.org>
Mon, 15 Jan 2007 11:07:18 +0000
(12:07 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
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 bc1f4e25cb3da31289fc04dfe220823125a37bf0..fd07fc5b52fddfaa3ab64f2fc45ec9695ae61faa 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) {