aewl
diff dwm.h @ 559:a2c465098a3b
renamed resizecol into resizemaster
author | arg@mig29 |
---|---|
date | Tue, 31 Oct 2006 12:07:32 +0100 |
parents | fd1061442711 |
children | fe766305eed1 |
line diff
1.1 --- a/dwm.h Tue Oct 31 12:06:38 2006 +0100 1.2 +++ b/dwm.h Tue Oct 31 12:07:32 2006 +0100 1.3 @@ -161,7 +161,7 @@ 1.4 extern void focusnext(Arg *arg); /* focuses next visible client, arg is ignored */ 1.5 extern void focusprev(Arg *arg); /* focuses previous visible client, arg is ignored */ 1.6 extern Bool isvisible(Client *c); /* returns True if client is visible */ 1.7 -extern void resizecol(Arg *arg); /* resizes the master percent with arg's index value */ 1.8 +extern void resizemaster(Arg *arg); /* resizes the master percent with arg's index value */ 1.9 extern void restack(void); /* restores z layers of all clients */ 1.10 extern void togglemode(Arg *arg); /* toggles global arrange function (dotile/dofloat) */ 1.11 extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */