diff options
| author | Anselm R. Garbe <[email protected]> | 2006-09-29 16:22:20 +0200 |
|---|---|---|
| committer | Anselm R. Garbe <[email protected]> | 2006-09-29 16:22:20 +0200 |
| commit | fee8df6ccf3ab1494421d422af252f7b3da3a811 (patch) | |
| tree | 58341fa588b13698bdcb12bdd5ef2a24019ef449 /main.c | |
| parent | prelim of dotile() (diff) | |
| download | seiwm-fee8df6ccf3ab1494421d422af252f7b3da3a811.tar.xz seiwm-fee8df6ccf3ab1494421d422af252f7b3da3a811.zip | |
added the new dotile as described on ml
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ setup(void) { sx = sy = 0; sw = DisplayWidth(dpy, screen); sh = DisplayHeight(dpy, screen); - master = ((stackpos == StackBottom ? sh - bh : sw) * MASTER) / 100; + updatemaster(); bx = by = 0; bw = sw; |