Mercurial > aewl
diff dwm.h @ 191:56fee1dc9d53
switched to regexp matching for Rules
author | arg@10ksloc.org |
---|---|
date | Fri, 04 Aug 2006 14:40:32 +0200 |
parents | 523df4a3c1c4 |
children | f4f5d000ce7a |
line wrap: on
line diff
--- a/dwm.h Fri Aug 04 13:42:40 2006 +0200 +++ b/dwm.h Fri Aug 04 14:40:32 2006 +0200 @@ -121,6 +121,7 @@ extern void appendtag(Arg *arg); extern void dofloat(Arg *arg); extern void dotile(Arg *arg); +extern void initrregs(); extern Client *getnext(Client *c); extern Client *getprev(Client *c); extern void replacetag(Arg *arg);