treverting to original - dwm - [fork] customized build of dwm, the dynamic window manager
HTML git clone git://src.adamsgaard.dk/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit b93ebcf42f8bceb3216a8f44ab0810ea22b89e4d
DIR parent a08d83ba6251554854a3b4ae4765cea2818ad37a
HTML Author: arg@mig29 <unknown>
Date: Thu, 26 Oct 2006 15:41:40 +0200
reverting to original
Diffstat:
M client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/client.c b/client.c
t@@ -202,7 +202,7 @@ manage(Window w, XWindowAttributes *wa) {
c = emallocz(sizeof(Client));
c->tags = emallocz(ntags * sizeof(Bool));
c->win = w;
- c->border = wa->border_width;
+ c->border = 0;
c->x = c->tx = wa->x;
c->y = c->ty = wa->y;
c->w = c->tw = wa->width;