diff options
author | marha <marha@users.sourceforge.net> | 2009-11-06 16:24:47 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-06 16:24:47 +0000 |
commit | 21ce31868b5716bb6824fa47ed151fad8d8b5502 (patch) | |
tree | 3fb0add2af39f4504775b63dfbca9c8c0d55703f /apps/xwininfo/README | |
parent | aadbba08d10065b0104b83084245f41a3e704c41 (diff) | |
parent | 0032f9b66d63a4b1c5222edb8603fb60da379fb0 (diff) | |
download | vcxsrv-21ce31868b5716bb6824fa47ed151fad8d8b5502.tar.gz vcxsrv-21ce31868b5716bb6824fa47ed151fad8d8b5502.tar.bz2 vcxsrv-21ce31868b5716bb6824fa47ed151fad8d8b5502.zip |
Added xwininfo
Diffstat (limited to 'apps/xwininfo/README')
-rw-r--r-- | apps/xwininfo/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/apps/xwininfo/README b/apps/xwininfo/README new file mode 100644 index 000000000..993a9f4af --- /dev/null +++ b/apps/xwininfo/README @@ -0,0 +1,26 @@ +xwininfo prints information about windows on an X server. +Various information is displayed depending on which options are selected. + +All questions regarding this software should be directed at the +Xorg mailing list: + + http://lists.freedesktop.org/mailman/listinfo/xorg + +Please submit bug reports to the Xorg bugzilla: + + https://bugs.freedesktop.org/enter_bug.cgi?product=xorg + +The master development code repository can be found at: + + git://anongit.freedesktop.org/git/xorg/app/xwininfo + + http://cgit.freedesktop.org/xorg/app/xwininfo + +For patch submission instructions, see: + + http://www.x.org/wiki/Development/Documentation/SubmittingPatches + +For more information on the git code manager, see: + + http://wiki.x.org/wiki/GitPage + |