dwm-meillo

diff dwm.h @ 749:6692d7e7e156

added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
author meillo@marmaro.de
date Sun, 11 Feb 2007 17:20:22 +0100
parents 08b89915c109
children
line diff
     1.1 --- a/dwm.h	Sun Feb 11 12:20:54 2007 +0100
     1.2 +++ b/dwm.h	Sun Feb 11 17:20:22 2007 +0100
     1.3 @@ -132,7 +132,7 @@
     1.4  extern void settags(Client *c, Client *trans);	/* sets tags of c */
     1.5  extern void tag(Arg *arg);			/* tags c with arg's index */
     1.6  extern void toggletag(Arg *arg);		/* toggles c tags with arg's index */
     1.7 -extern void viewnext(Arg *arg);    /* view next tag(s) [code by jukka] */
     1.8 +extern void viewnext(Arg *arg);    /* view next tag(s) */
     1.9  
    1.10  /* util.c */
    1.11  extern void *emallocz(unsigned int size);	/* allocates zero-initialized memory, exits on error */
    1.12 @@ -143,6 +143,7 @@
    1.13  extern void detach(Client *c);			/* detaches c from global client list */
    1.14  extern void dofloat(void);			/* arranges all windows floating */
    1.15  extern void dotile(void);			/* arranges all windows tiled */
    1.16 +extern void domax(void);            /* arranges all windows fullscreen */
    1.17  extern void focusnext(Arg *arg);		/* focuses next visible client, arg is ignored  */
    1.18  extern void focusprev(Arg *arg);		/* focuses previous visible client, arg is ignored */
    1.19  extern void incnmaster(Arg *arg);		/* increments nmaster with arg's index value */