diff options
author | marha <marha@users.sourceforge.net> | 2009-11-05 19:14:40 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-05 19:14:40 +0000 |
commit | a606d151fb424f09f5b548ed58879dc20ba4f173 (patch) | |
tree | 6a0fbf455bd31054c6cc85eff09f3b075ed382f4 /libXext/README | |
parent | 87ae92b4b611b4bb494816c9b6a1a8211e1c2f59 (diff) | |
parent | bea6c919fcb289fdf2b1e7938f39dec026c25b21 (diff) | |
download | vcxsrv-a606d151fb424f09f5b548ed58879dc20ba4f173.tar.gz vcxsrv-a606d151fb424f09f5b548ed58879dc20ba4f173.tar.bz2 vcxsrv-a606d151fb424f09f5b548ed58879dc20ba4f173.zip |
Added libXext
Diffstat (limited to 'libXext/README')
-rw-r--r-- | libXext/README | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/libXext/README b/libXext/README new file mode 100644 index 000000000..8bd443beb --- /dev/null +++ b/libXext/README @@ -0,0 +1,29 @@ +libXext - library for common extensions to the X11 protocol + +No new extensions should be added to this library - it is now instead +preferred to make per-extension libraries that can be evolved as needed +without breaking compatibility of this core library. + +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/lib/libXext + + http://cgit.freedesktop.org/xorg/lib/libXext + +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 + |