aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorarg@mig29 <unknown>2006-10-31 12:07:32 +0100
committerarg@mig29 <unknown>2006-10-31 12:07:32 +0100
commit4b5b3d90af58f860569178e554604717ef51152d (patch)
treec01366e23aeaef73ab29818ee40496e0454ab4bd /dwm.h
parent2cce4b95cdce5617318fc4fb5d21abe41110c27a (diff)
downloaddwm-4b5b3d90af58f860569178e554604717ef51152d.tar.zst
renamed resizecol into resizemaster2.1
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 850e60b..f9c4094 100644
--- a/dwm.h
+++ b/dwm.h
@@ -161,7 +161,7 @@ extern void dotile(void); /* arranges all windows tiled */
extern void focusnext(Arg *arg); /* focuses next visible client, arg is ignored */
extern void focusprev(Arg *arg); /* focuses previous visible client, arg is ignored */
extern Bool isvisible(Client *c); /* returns True if client is visible */
-extern void resizecol(Arg *arg); /* resizes the master percent with arg's index value */
+extern void resizemaster(Arg *arg); /* resizes the master percent with arg's index value */
extern void restack(void); /* restores z layers of all clients */
extern void togglemode(Arg *arg); /* toggles global arrange function (dotile/dofloat) */
extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */