aboutsummaryrefslogtreecommitdiffstats
path: root/view.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-09-05 13:52:23 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-09-05 13:52:23 +0200
commit3a1343a2458aa53d50019f24a32a3ab9bb8b3a83 (patch)
treeaa90f9162005dd1fdfb015a6a15dc0c372450b34 /view.c
parent9066ee2eb4c254e922c5637bdda8013e618ac3b3 (diff)
downloaddwm-3a1343a2458aa53d50019f24a32a3ab9bb8b3a83.tar.zst
renamed resizetile into resizecol
Diffstat (limited to 'view.c')
-rw-r--r--view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.c b/view.c
index 09ee497..4b4c9eb 100644
--- a/view.c
+++ b/view.c
@@ -181,7 +181,7 @@ isvisible(Client *c)
}
void
-resizetile(Arg *arg)
+resizecol(Arg *arg)
{
Client *c = getnext(clients);