diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-02 08:27:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-02 08:27:24 +0000 |
commit | c2e8bd928c6b750450e6138071e7002e0887a605 (patch) | |
tree | 2f9284a36c389740eb9acbca26725fa6d490bcd2 /x11/Makefile | |
parent | fdb424ef841f67abc54910ce22aab33cad8cdc4b (diff) | |
download | freebsd-ports-c2e8bd928c6b750450e6138071e7002e0887a605.zip |
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 5889fed3a36e..73478c490c95 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -108,6 +108,7 @@ SUBDIR += xtermset SUBDIR += xtestpicture SUBDIR += xtoolwait + SUBDIR += xwatchwin SUBDIR += xwit SUBDIR += xzoom |