comparison 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
comparison
equal deleted inserted replaced
377:b1159a638d0a 378:83576f5f0a90
125 extern void eprint(const char *errstr, ...); 125 extern void eprint(const char *errstr, ...);
126 extern void *erealloc(void *ptr, unsigned int size); 126 extern void *erealloc(void *ptr, unsigned int size);
127 extern void spawn(Arg *arg); 127 extern void spawn(Arg *arg);
128 128
129 /* view.c */ 129 /* view.c */
130 extern void attach(Client *c);
131 extern void detach(Client *c);
130 extern void dofloat(Arg *arg); 132 extern void dofloat(Arg *arg);
131 extern void dotile(Arg *arg); 133 extern void dotile(Arg *arg);
132 extern void focusnext(Arg *arg); 134 extern void focusnext(Arg *arg);
133 extern void focusprev(Arg *arg); 135 extern void focusprev(Arg *arg);
134 extern Bool isvisible(Client *c); 136 extern Bool isvisible(Client *c);