comparison dwm.h @ 559:a2c465098a3b 2.1

renamed resizecol into resizemaster
author arg@mig29
date Tue, 31 Oct 2006 12:07:32 +0100
parents fd1061442711
children fe766305eed1
comparison
equal deleted inserted replaced
558:e249e2952a32 559:a2c465098a3b
159 extern void dofloat(void); /* arranges all windows floating */ 159 extern void dofloat(void); /* arranges all windows floating */
160 extern void dotile(void); /* arranges all windows tiled */ 160 extern void dotile(void); /* arranges all windows tiled */
161 extern void focusnext(Arg *arg); /* focuses next visible client, arg is ignored */ 161 extern void focusnext(Arg *arg); /* focuses next visible client, arg is ignored */
162 extern void focusprev(Arg *arg); /* focuses previous visible client, arg is ignored */ 162 extern void focusprev(Arg *arg); /* focuses previous visible client, arg is ignored */
163 extern Bool isvisible(Client *c); /* returns True if client is visible */ 163 extern Bool isvisible(Client *c); /* returns True if client is visible */
164 extern void resizecol(Arg *arg); /* resizes the master percent with arg's index value */ 164 extern void resizemaster(Arg *arg); /* resizes the master percent with arg's index value */
165 extern void restack(void); /* restores z layers of all clients */ 165 extern void restack(void); /* restores z layers of all clients */
166 extern void togglemode(Arg *arg); /* toggles global arrange function (dotile/dofloat) */ 166 extern void togglemode(Arg *arg); /* toggles global arrange function (dotile/dofloat) */
167 extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */ 167 extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */
168 extern void view(Arg *arg); /* views the tag with arg's index */ 168 extern void view(Arg *arg); /* views the tag with arg's index */
169 extern void viewall(Arg *arg); /* views all tags, arg is ignored */ 169 extern void viewall(Arg *arg); /* views all tags, arg is ignored */