diff options
author | marha <marha@users.sourceforge.net> | 2013-04-11 11:17:50 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-04-11 11:17:50 +0200 |
commit | 527aeeb096cce731d40f1d9750503ff2b0c38d7c (patch) | |
tree | bf355521a8b429f258ad269cd7d64758aeabf8f0 /apps/xrdb/README | |
parent | d05e98bac92595d7e7367273c46d32c92d967ecb (diff) | |
parent | 59038e048c4be1e69744b087ba31386e98141a8f (diff) | |
download | vcxsrv-527aeeb096cce731d40f1d9750503ff2b0c38d7c.tar.gz vcxsrv-527aeeb096cce731d40f1d9750503ff2b0c38d7c.tar.bz2 vcxsrv-527aeeb096cce731d40f1d9750503ff2b0c38d7c.zip |
Merge remote-tracking branch 'origin/released'
* origin/released:
fontconfig libXau mesa xserver xkeyboard-config git update 8 Apr 2013
fontconfig mesa pixman xserver git update 25 Mar 2013
libX11 mesa git update 18 Mar 2013
fontconfig libX11 mesa pixman xserver xkeyboard-config git update 11 Mar 2013
fontconfig libfontenc mesa xserver git update 6 Mar 2013
Added xrdb app from git sources
Conflicts:
xorg-server/Xext/sync.c
Diffstat (limited to 'apps/xrdb/README')
-rw-r--r-- | apps/xrdb/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/apps/xrdb/README b/apps/xrdb/README new file mode 100644 index 000000000..48a9ed864 --- /dev/null +++ b/apps/xrdb/README @@ -0,0 +1,25 @@ +xrdb - X server resource database utility + +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/xrdb + + http://cgit.freedesktop.org/xorg/app/xrdb + +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 + |