summaryrefslogtreecommitdiff
path: root/sys/src/cmd/rio/dat.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-05-14 00:17:07 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2016-05-14 00:17:07 +0200
commit20fe277f38a161b00d2425994c9db536945620bc (patch)
tree79b7dfb1b5b6b0241c2b82a6c7ece67d8c596d6f /sys/src/cmd/rio/dat.h
parent24e73840072b4214b3c5e2167a85bdc408fd3b03 (diff)
revert previous commit, not ready yet
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 f97049889..5d8891162 100644
--- a/sys/src/cmd/rio/dat.h
+++ b/sys/src/cmd/rio/dat.h
@@ -172,6 +172,7 @@ struct Window
char *dir;
};
+int winborder(Window*, Point);
void winctl(void*);
void winshell(void*);
Window* wlookid(int);