aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-09-06 09:21:17 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-09-06 09:21:17 +0200
commitaaad7bfd15a023ab693bb17e2974b57cae7e7e21 (patch)
tree366b25f033eafe0439ccfd6e00a40de4692adb65 /dwm.h
parent0915da8842fd6e16b804ae3205ec2f6baaaa342c (diff)
downloaddwm-aaad7bfd15a023ab693bb17e2974b57cae7e7e21.tar.zst
moved transient_for tag inheritance to settags
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 9f1e7bf..eba3a6a 100644
--- a/dwm.h
+++ b/dwm.h
@@ -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);