s/growcol/resizetile/g

This commit is contained in:
Anselm R. Garbe
2006-09-05 13:25:42 +02:00
parent 4633fbec61
commit 40bd21ce63
4 changed files with 15 additions and 15 deletions

2
dwm.h
View File

@ -131,8 +131,8 @@ extern void dofloat(Arg *arg);
extern void dotile(Arg *arg);
extern void focusnext(Arg *arg);
extern void focusprev(Arg *arg);
extern void growcol(Arg *arg);
extern Bool isvisible(Client *c);
extern void resizetile(Arg *arg);
extern void restack();
extern void togglemode(Arg *arg);
extern void toggleview(Arg *arg);