diff options
author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-18 11:38:31 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-18 11:38:31 +0200 |
commit | 4f8b08d330a6c377ab919f48b8e922d1c5ded601 (patch) | |
tree | bcfed5668645ef87fd2b7c3ff0d757912169f016 /dwm.h | |
parent | 849e631510ed6533ac930449804e477fe67a43c2 (diff) | |
download | dwm-4f8b08d330a6c377ab919f48b8e922d1c5ded601.tar.gz |
added heretag command which allows to tag a client of a foreign tag with current tag
Diffstat (limited to 'dwm.h')
-rw-r--r-- | dwm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h index de88527..0d37e99 100644 --- a/dwm.h +++ b/dwm.h @@ -145,7 +145,8 @@ extern int xerror(Display *dsply, XErrorEvent *ee); extern void appendtag(Arg *arg); extern void dofloat(Arg *arg); extern void dotile(Arg *arg); -extern Client *getnext(Client *c); +extern Client *getnext(Client *c, unsigned int t); +extern void heretag(Arg *arg); extern void replacetag(Arg *arg); extern void settags(Client *c); extern void view(Arg *arg); |