wmii

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

commit 7564b261eb895232071e6d10be40d261bca8fda5
parent d8e532215b295299d67651a2f47964d6664d17b8
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Wed, 26 Apr 2006 16:00:47 +0200

fixed bug reported by Maxi


Diffstat:
cmd/wm/view.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/cmd/wm/view.c b/cmd/wm/view.c @@ -227,6 +227,8 @@ attach_to_view(View *v, Client *c) { Area *a; + c->revert = nil; + if(is_of_view(v, c)) return;