mirror of
https://github.com/0intro/wmii
synced 2024-11-23 06:11:21 +03:00
Implement reading of bars
This commit is contained in:
parent
c3fbf87624
commit
3857b44689
@ -497,6 +497,9 @@ fs_read(Req *r) {
|
||||
case FsFgrabmod:
|
||||
write_buf(r, (void *)def.grabmod, strlen(def.grabmod));
|
||||
return respond(r, nil);
|
||||
case FsFBar:
|
||||
write_buf(r, (void *)f->bar->buf, strlen(f->bar->buf));
|
||||
return respond(r, nil);
|
||||
case FsFCindex:
|
||||
if(r->ifcall.offset)
|
||||
return respond(r, nil);
|
||||
|
Loading…
Reference in New Issue
Block a user