diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-01 14:54:21 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-01 16:06:11 -0700 |
commit | 1d7eab63f9aee89767d8083dc971623863173c78 (patch) | |
tree | 6bd4eac1bfd059262486d5211bb011dc01525292 /README | |
parent | Try to report current composite manager name (diff) | |
download | xcman-1d7eab63f9aee89767d8083dc971623863173c78.tar.gz xcman-1d7eab63f9aee89767d8083dc971623863173c78.tar.bz2 xcman-1d7eab63f9aee89767d8083dc971623863173c78.tar.xz |
Add README with pointers to mailing lists, bugzilla, & git
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to '')
-rw-r--r-- | README | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -0,0 +1,27 @@ +xcompmgr is a sample compositing manager for X servers supporting the +XFIXES, DAMAGE, RENDER, and COMPOSITE extensions. It enables basic +eye-candy effects. + +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/xcompmgr + + http://cgit.freedesktop.org/xorg/app/xcompmgr + +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 + |