aboutsummaryrefslogtreecommitdiff
path: root/dwm.h
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 /dwm.h
parent9066ee2eb4c254e922c5637bdda8013e618ac3b3 (diff)
renamed resizetile into resizecol
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index dfa1034..9f1e7bf 100644
--- a/dwm.h
+++ b/dwm.h
@@ -132,7 +132,7 @@ extern void dotile(Arg *arg);
extern void focusnext(Arg *arg);
extern void focusprev(Arg *arg);
extern Bool isvisible(Client *c);
-extern void resizetile(Arg *arg);
+extern void resizecol(Arg *arg);
extern void restack();
extern void togglemode(Arg *arg);
extern void toggleview(Arg *arg);