aewl

diff dwm.h @ 688:39fa5308d73f

removed mode label stuff
author Anselm R. Garbe <arg@suckless.org>
date Sun, 14 Jan 2007 22:32:26 +0100
parents a76799907854
children cbec08a54a15
line diff
     1.1 --- a/dwm.h	Sun Jan 14 22:27:29 2007 +0100
     1.2 +++ b/dwm.h	Sun Jan 14 22:32:26 2007 +0100
     1.3 @@ -90,8 +90,7 @@
     1.4  };
     1.5  
     1.6  extern const char *tags[];			/* all tags */
     1.7 -extern char stext[1024];			/* status text */
     1.8 -extern char mtext[32];				/* mode text */
     1.9 +extern char stext[256];				/* status text */
    1.10  extern int bx, by, bw, bh, bmw;			/* bar geometry, bar mode label width */
    1.11  extern int screen, sx, sy, sw, sh;		/* screen geometry */
    1.12  extern int wax, way, wah, waw;			/* windowarea geometry */
    1.13 @@ -163,6 +162,5 @@
    1.14  extern void togglefloat(Arg *arg);		/* toggles focusesd client between floating/non-floating state */
    1.15  extern void togglemode(Arg *arg);		/* toggles global arrange function (dotile/dofloat) */
    1.16  extern void toggleview(Arg *arg);		/* toggles the tag with arg's index (in)visible */
    1.17 -extern void updatemodetext(void);		/* updates mtext */
    1.18  extern void view(Arg *arg);			/* views the tag with arg's index */
    1.19  extern void zoom(Arg *arg);			/* zooms the focused client to master area, arg is ignored */