Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
small renamings of two static functions
[dwm.git]
/
tag.c
diff --git
a/tag.c
b/tag.c
index
841d0fc
..
cdb0f52
100644
(file)
--- a/
tag.c
+++ b/
tag.c
@@
-49,12
+49,11
@@
dofloat(Arg *arg)
}
if(!sel || !isvisible(sel))
sel = getnext(clients);
- if(sel)
{
+ if(sel)
focus(sel);
- restack();
- }
else
XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime);
+ restack();
}
void