wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 657ff52958d01992c14ec2ea3ac5e1998b87d2e1
parent 3633e207de2c3919558ae7af93a2446547551bd6
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Fri, 19 May 2006 18:52:24 +0200

fixed bug reported by leknaat in wmii-4


Diffstat:
cmd/wm/fs.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/wm/fs.c b/cmd/wm/fs.c @@ -1436,7 +1436,7 @@ xwrite(IXPConn *c, Fcall *fcall) return Ebadvalue; memcpy(def.focuscolor, fcall->data, fcall->count); def.focuscolor[fcall->count] = 0; - blitz_loadcolor(dpy, &def.sel, screen, def.focuscolor); + blitz_loadcolor(dpy, &def.focus, screen, def.focuscolor); draw_clients(); break; case FsFselcolors: