diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-01-11 10:14:35 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-01-11 10:14:35 +0100 |
commit | 7c503e6f49b140a99535c317092cc2f32d2a7140 (patch) | |
tree | 84a4d9595f5d7ddd3a8cc01de6b7d53937bd9567 /sys/src/cmd/rio/dat.h | |
parent | 784e6ff8cd431e80800e0d7b0a4c5f3b385d8d89 (diff) |
rio: implement "look" (thanks lf94)
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 9ba409a1a..45159323d 100644 --- a/sys/src/cmd/rio/dat.h +++ b/sys/src/cmd/rio/dat.h @@ -210,6 +210,7 @@ void wmousectl(Window*); void wmovemouse(Window*, Point); void wpaste(Window*); void wplumb(Window*); +void wlook(Window*); void wrefresh(Window*, Rectangle); void wrepaint(Window*); void wresize(Window*, Image*, int); |