diff options
author | Anselm R. Garbe <arg@10kloc.org> | 2006-09-06 09:21:17 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@10kloc.org> | 2006-09-06 09:21:17 +0200 |
commit | aaad7bfd15a023ab693bb17e2974b57cae7e7e21 (patch) | |
tree | 366b25f033eafe0439ccfd6e00a40de4692adb65 /dwm.h | |
parent | 0915da8842fd6e16b804ae3205ec2f6baaaa342c (diff) |
moved transient_for tag inheritance to settags
Diffstat (limited to 'dwm.h')
-rw-r--r-- | dwm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ extern int xerror(Display *dsply, XErrorEvent *ee); extern void initrregs(); extern Client *getnext(Client *c); extern Client *getprev(Client *c); -extern void settags(Client *c); +extern void settags(Client *c, Client *trans); extern void tag(Arg *arg); extern void toggletag(Arg *arg); |