diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-14 00:17:07 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-14 00:17:07 +0200 |
commit | 20fe277f38a161b00d2425994c9db536945620bc (patch) | |
tree | 79b7dfb1b5b6b0241c2b82a6c7ece67d8c596d6f /sys/src/cmd/rio/dat.h | |
parent | 24e73840072b4214b3c5e2167a85bdc408fd3b03 (diff) |
revert previous commit, not ready yet
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 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); |