diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-01 14:54:23 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-01 16:19:45 -0700 |
commit | 40bcf74b066c3b0347e5bc735bcf9a670af1b8c2 (patch) | |
tree | d345f96b260cecf3223c8fb142adebdc86d4fd0f | |
parent | b0e1f6b3ffc36de124479b85d60b1364d8b00393 (diff) |
Add README with pointers to mailing lists, bugzilla, & git
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | README | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -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 + |