moved transient_for tag inheritance to settags

This commit is contained in:
Anselm R. Garbe 2006-09-06 09:21:17 +02:00
parent 0915da8842
commit aaad7bfd15
3 changed files with 10 additions and 10 deletions

2
dwm.h
View file

@ -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);