diff dwm.h @ 378:83576f5f0a90

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
author Anselm R. Garbe <arg@10kloc.org>
date Tue, 29 Aug 2006 09:23:44 +0200
parents ba6c55e1b9b2
children b00cc483d13b
line wrap: on
line diff
--- a/dwm.h	Mon Aug 28 14:32:51 2006 +0200
+++ b/dwm.h	Tue Aug 29 09:23:44 2006 +0200
@@ -127,6 +127,8 @@
 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);