aewl

diff dwm.h @ 508:ede48935f2b3

added the new dotile as described on ml
author Anselm R. Garbe <arg@10kloc.org>
date Fri, 29 Sep 2006 16:22:20 +0200
parents 2824b5d0f0f0
children 1599c953647b
line diff
     1.1 --- a/dwm.h	Fri Sep 29 14:39:03 2006 +0200
     1.2 +++ b/dwm.h	Fri Sep 29 16:22:20 2006 +0200
     1.3 @@ -102,7 +102,7 @@
     1.4  extern const char *tags[];			/* all tags */
     1.5  extern char stext[1024];			/* status text */
     1.6  extern int bx, by, bw, bh, bmw;			/* bar geometry, bar mode label width */
     1.7 -extern int master, screen, sx, sy, sw, sh;	/* screen geometry, master width */
     1.8 +extern int master, screen, sx, sy, sw, sh;	/* screen geometry, master dimension*/
     1.9  extern unsigned int ntags, numlockmask;		/* number of tags, dynamic lock mask */
    1.10  extern void (*handler[LASTEvent])(XEvent *);	/* event handler */
    1.11  extern void (*arrange)(Arg *);			/* arrange function, indicates mode  */
    1.12 @@ -170,10 +170,13 @@
    1.13  extern void focusnext(Arg *arg);		/* focuses next visible client, arg is ignored  */
    1.14  extern void focusprev(Arg *arg);		/* focuses previous visible client, arg is ignored */
    1.15  extern Bool isvisible(Client *c);		/* returns True if client is visible */
    1.16 -extern void resizecol(Arg *arg);		/* resizes the master width with arg's index value */
    1.17 +extern void resizecol(Arg *arg);		/* resizes the master dimension with arg's index value */
    1.18  extern void restack(void);			/* restores z layers of all clients */
    1.19 +extern void togglestackdir(Arg *arg);		/* toggles stack direction */
    1.20 +extern void togglestackpos(Arg *arg);		/* toggles stack position */
    1.21  extern void togglemode(Arg *arg);		/* toggles global arrange function (dotile/dofloat) */
    1.22  extern void toggleview(Arg *arg);		/* toggles the tag with arg's index (in)visible */
    1.23 +extern void updatemaster(void);			/* updates master dimension */
    1.24  extern void view(Arg *arg);			/* views the tag with arg's index */
    1.25  extern void viewall(Arg *arg);			/* views all tags, arg is ignored */
    1.26 -extern void zoom(Arg *arg);			/* zooms the focused client to master column, arg is ignored */
    1.27 +extern void zoom(Arg *arg);			/* zooms the focused client to master area, arg is ignored */