From b4507a16f69887b351eab65763956978b74b7616 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 1 Oct 2009 14:54:23 -0700 Subject: [PATCH] Add README with pointers to mailing lists, bugzilla, & git Change-Id: I13a766d68d749fa3b41b03f1ff0e7db56b864d03 Signed-off-by: Alan Coopersmith --- README | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) 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 + -- 2.7.4