mirror of https://github.com/0intro/wmii
removed snap output in fs.c/FsDdef
This commit is contained in:
parent
39f4a3a630
commit
93b0e21ffb
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue