From 8a6679b3b4999559059df3ae9e08951099511036 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Tue, 29 Aug 2006 09:23:44 +0200 Subject: 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 --- dwm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dwm.h') diff --git a/dwm.h b/dwm.h index 4d23cab..6bb6b3a 100644 --- a/dwm.h +++ b/dwm.h @@ -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); -- cgit v1.2.3-54-g00ecf