comparison dwm.h @ 93:c498da7520c7

added heretag command which allows to tag a client of a foreign tag with current tag
author Anselm R. Garbe <garbeam@wmii.de>
date Tue, 18 Jul 2006 11:38:31 +0200
parents 052fe7498930
children 6efe82c775c9
comparison
equal deleted inserted replaced
92:4bee0aa5b286 93:c498da7520c7
143 143
144 /* tag.c */ 144 /* tag.c */
145 extern void appendtag(Arg *arg); 145 extern void appendtag(Arg *arg);
146 extern void dofloat(Arg *arg); 146 extern void dofloat(Arg *arg);
147 extern void dotile(Arg *arg); 147 extern void dotile(Arg *arg);
148 extern Client *getnext(Client *c); 148 extern Client *getnext(Client *c, unsigned int t);
149 extern void heretag(Arg *arg);
149 extern void replacetag(Arg *arg); 150 extern void replacetag(Arg *arg);
150 extern void settags(Client *c); 151 extern void settags(Client *c);
151 extern void view(Arg *arg); 152 extern void view(Arg *arg);
152 153
153 /* util.c */ 154 /* util.c */