diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-13 23:46:45 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-13 23:46:45 +0200 |
commit | 24e73840072b4214b3c5e2167a85bdc408fd3b03 (patch) | |
tree | 5aff1b52cc1194db90bfb471bf7e47dc6f8395fc /sys/src/cmd/rio/dat.h | |
parent | 918e791bc8e34f1298a4280d696f5559b35e9cf9 (diff) |
rio: get rid of all mouse moves, fix cursor handling
Diffstat (limited to 'sys/src/cmd/rio/dat.h')
-rw-r--r-- | sys/src/cmd/rio/dat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/rio/dat.h b/sys/src/cmd/rio/dat.h index 5d8891162..f97049889 100644 --- a/sys/src/cmd/rio/dat.h +++ b/sys/src/cmd/rio/dat.h @@ -172,7 +172,6 @@ struct Window char *dir; }; -int winborder(Window*, Point); void winctl(void*); void winshell(void*); Window* wlookid(int); |