wmii

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

commit 93b0e21ffbc1c4cf7c55a04483aeabc060764931
parent 39f4a3a630335d18152d9d65c298d43f51b7a2d4
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Thu, 23 Mar 2006 14:47:07 +0100

removed snap output in fs.c/FsDdef


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

diff --git a/cmd/wm/fs.c b/cmd/wm/fs.c @@ -947,8 +947,6 @@ xread(IXPConn *c, Fcall *fcall) case FsDdef: fcall->count = type2stat(&stat, "border", &m->qid); p = ixp_enc_stat(p, &stat); - fcall->count += type2stat(&stat, "snap", &m->qid); - p = ixp_enc_stat(p, &stat); fcall->count += type2stat(&stat, "selcolors", &m->qid); p = ixp_enc_stat(p, &stat); fcall->count += type2stat(&stat, "normcolors", &m->qid);