diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-05-08 23:53:46 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-05-08 23:53:46 +0200 |
commit | 8791baf8b3a34e8bace2f6242153fbdf2812765c (patch) | |
tree | 25f843bb11720b432c6b035e51e816a0cafdd058 /sys/src/cmd/rio/dat.h | |
parent | e614ab1d7f82b17b9a921280792ecbfb3a8d67d3 (diff) |
rio: dont list files we dont serve when reading directory
Diffstat (limited to 'sys/src/cmd/rio/dat.h')
-rw-r--r-- | sys/src/cmd/rio/dat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/rio/dat.h b/sys/src/cmd/rio/dat.h index 6db0a4cb4..3d4193d40 100644 --- a/sys/src/cmd/rio/dat.h +++ b/sys/src/cmd/rio/dat.h @@ -322,6 +322,7 @@ Window **window; Window *wkeyboard; /* window of simulated keyboard */ int nwindow; int snarffd; +int gotscreen; Window *input; QLock all; /* BUG */ Filsys *filsys; |