dwm-meillo

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 diff
     1.1 --- a/dwm.h	Mon Aug 28 14:32:51 2006 +0200
     1.2 +++ b/dwm.h	Tue Aug 29 09:23:44 2006 +0200
     1.3 @@ -127,6 +127,8 @@
     1.4  extern void spawn(Arg *arg);
     1.5  
     1.6  /* view.c */
     1.7 +extern void attach(Client *c);
     1.8 +extern void detach(Client *c);
     1.9  extern void dofloat(Arg *arg);
    1.10  extern void dotile(Arg *arg);
    1.11  extern void focusnext(Arg *arg);