summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-01 14:54:23 -0700
committerSung-Jin Park <sj76.park@samsung.com>2013-09-02 23:32:30 -0400
commitb4507a16f69887b351eab65763956978b74b7616 (patch)
treed345f96b260cecf3223c8fb142adebdc86d4fd0f
parent5fba7c2c58cab9914b1d7069d7f4a18b338bfac4 (diff)
downloadxev-b4507a16f69887b351eab65763956978b74b7616.tar.gz
xev-b4507a16f69887b351eab65763956978b74b7616.tar.bz2
xev-b4507a16f69887b351eab65763956978b74b7616.zip
Add README with pointers to mailing lists, bugzilla, & git
Change-Id: I13a766d68d749fa3b41b03f1ff0e7db56b864d03 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--README31
1 files changed, 31 insertions, 0 deletions
diff --git a/README b/README
index e69de29..158b336 100644
--- a/README
+++ b/README
@@ -0,0 +1,31 @@
+xev creates a window and then asks the X server to send it X11 events
+whenever anything happens to the window (such as it being moved,
+resized, typed in, clicked in, etc.). You can also attach it to an
+existing window. It is useful for seeing what causes events to occur
+and to display the information that they contain; it is essentially a
+debugging and development tool, and should not be needed in normal
+usage.
+
+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/xev
+
+ http://cgit.freedesktop.org/xorg/app/xev
+
+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
+