comparison main.c @ 515:d6d1d0033e3c

removed useless updatemaster
author Anselm R. Garbe <arg@10kloc.org>
date Fri, 29 Sep 2006 17:25:49 +0200
parents ede48935f2b3
children e5f8d6ac509c
comparison
equal deleted inserted replaced
514:3dd1631824a6 515:d6d1d0033e3c
131 131
132 bmw = textw(FLOATSYMBOL) > textw(TILESYMBOL) ? textw(FLOATSYMBOL) : textw(TILESYMBOL); 132 bmw = textw(FLOATSYMBOL) > textw(TILESYMBOL) ? textw(FLOATSYMBOL) : textw(TILESYMBOL);
133 sx = sy = 0; 133 sx = sy = 0;
134 sw = DisplayWidth(dpy, screen); 134 sw = DisplayWidth(dpy, screen);
135 sh = DisplayHeight(dpy, screen); 135 sh = DisplayHeight(dpy, screen);
136 updatemaster(); 136 master = ((stackpos == StackBottom ? sh - bh : sw) * MASTER) / 100;
137 137
138 bx = by = 0; 138 bx = by = 0;
139 bw = sw; 139 bw = sw;
140 dc.h = bh = dc.font.height + 2; 140 dc.h = bh = dc.font.height + 2;
141 wa.override_redirect = 1; 141 wa.override_redirect = 1;