renamed resizecol into resizemaster

This commit is contained in:
arg@mig29
2006-10-31 12:07:32 +01:00
parent 2cce4b95cd
commit 4b5b3d90af
4 changed files with 6 additions and 6 deletions

2
view.c
View File

@ -195,7 +195,7 @@ isvisible(Client *c) {
}
void
resizecol(Arg *arg) {
resizemaster(Arg *arg) {
if(master + arg->i > 950 || master + arg->i < 50)
return;
master += arg->i;