added attach/detach functions which don't attach at the begin of list, but at the slot of a first match of the tags of a client

This commit is contained in:
Anselm R. Garbe
2006-08-29 09:23:44 +02:00
parent 7b6d5ff298
commit 8a6679b3b4
3 changed files with 52 additions and 29 deletions

2
dwm.h
View File

@ -127,6 +127,8 @@ extern void *erealloc(void *ptr, unsigned int size);
extern void spawn(Arg *arg);
/* view.c */
extern void attach(Client *c);
extern void detach(Client *c);
extern void dofloat(Arg *arg);
extern void dotile(Arg *arg);
extern void focusnext(Arg *arg);