summaryrefslogtreecommitdiff
path: root/sys/src/cmd/rio/dat.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-05-08 23:53:46 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-05-08 23:53:46 +0200
commit8791baf8b3a34e8bace2f6242153fbdf2812765c (patch)
tree25f843bb11720b432c6b035e51e816a0cafdd058 /sys/src/cmd/rio/dat.h
parente614ab1d7f82b17b9a921280792ecbfb3a8d67d3 (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.h1
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;