diff options
author | kris <kris@FreeBSD.org> | 2000-09-02 08:27:24 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-09-02 08:27:24 +0000 |
commit | db3cdb0147792e73b2cc641196811ea01afe011c (patch) | |
tree | 70070098757c90d9f333bbcdeeba8f021946a74d /x11/Makefile | |
parent | 2c85447315ffa78f42e7b63f814456f179ed35bf (diff) | |
download | FreeBSD-ports-db3cdb0147792e73b2cc641196811ea01afe011c.zip FreeBSD-ports-db3cdb0147792e73b2cc641196811ea01afe011c.tar.gz |
xwatchwin allows you to peek at a window on another X server.
To use it, you must specify the display name of the machine you want
to watch, then the name of the window on that machine.
Xwatchwin will attempt to connect with the X server
hostname:0.0, and if successful, will try to retrieve a copy of
the window in which you specified interest.
Obtained from: NetBSD
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 5889fed..73478c4 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -108,6 +108,7 @@ SUBDIR += xtermset SUBDIR += xtestpicture SUBDIR += xtoolwait + SUBDIR += xwatchwin SUBDIR += xwit SUBDIR += xzoom |