dwm.h
changeset 559 a2c465098a3b
parent 549 fd1061442711
child 565 fe766305eed1
--- a/dwm.h	Tue Oct 31 12:06:38 2006 +0100
+++ b/dwm.h	Tue Oct 31 12:07:32 2006 +0100
@@ -161,7 +161,7 @@
 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 */