Mercurial > aewl
diff main.c @ 675:1438e35b622e
reorganized
author | Anselm R. Garbe <arg@suckless.org> |
---|---|
date | Mon, 08 Jan 2007 17:36:56 +0100 |
parents | 5d79c351e30a |
children | 5f0134b88b8d |
line wrap: on
line diff
--- a/main.c Mon Jan 08 17:33:24 2007 +0100 +++ b/main.c Mon Jan 08 17:36:56 2007 +0100 @@ -133,8 +133,7 @@ sh = DisplayHeight(dpy, screen); master = MASTER; nmaster = NMASTER; - snprintf(mtext, sizeof mtext, arrange == dofloat ? FLOATSYMBOL : TILESYMBOL, nmaster); - bmw = textw(mtext); + updatemodetext(); /* bar */ bx = sx; by = sy;