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 diff
1.1 --- a/dwm.h Fri Aug 04 13:42:40 2006 +0200 1.2 +++ b/dwm.h Fri Aug 04 14:40:32 2006 +0200 1.3 @@ -121,6 +121,7 @@ 1.4 extern void appendtag(Arg *arg); 1.5 extern void dofloat(Arg *arg); 1.6 extern void dotile(Arg *arg); 1.7 +extern void initrregs(); 1.8 extern Client *getnext(Client *c); 1.9 extern Client *getprev(Client *c); 1.10 extern void replacetag(Arg *arg);