renamed resizecol into resizemaster
This commit is contained in:
parent
2cce4b95cd
commit
4b5b3d90af
4 changed files with 6 additions and 6 deletions
2
view.c
2
view.c
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue