renamed resizetile into resizecol

This commit is contained in:
Anselm R. Garbe
2006-09-05 13:52:23 +02:00
parent 9066ee2eb4
commit 3a1343a245
4 changed files with 5 additions and 5 deletions

2
view.c
View File

@ -181,7 +181,7 @@ isvisible(Client *c)
}
void
resizetile(Arg *arg)
resizecol(Arg *arg)
{
Client *c = getnext(clients);