diff options
author | Keith Packard <keithp@keithp.com> | 2017-12-13 15:12:26 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-12-13 15:12:26 -0800 |
commit | 0ac79a7327c0ce49511add539e520177751e0228 (patch) | |
tree | 59272db25cfd3b8eb79170972c642db9e7f9c8d0 /resourceproto/README | |
parent | ba30d84d2f012665547f0b8d46bd52304c12eb2d (diff) |
Move common resourceproto files out of the way
Diffstat (limited to 'resourceproto/README')
-rw-r--r-- | resourceproto/README | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/resourceproto/README b/resourceproto/README new file mode 100644 index 0000000..e4c5d5d --- /dev/null +++ b/resourceproto/README @@ -0,0 +1,30 @@ + X Resource Extension + +This extension defines a protocol that allows a client to query the X server +about its usage of various resources. + +Extension : X-Resource + +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/proto/resourceproto + + http://cgit.freedesktop.org/xorg/proto/resourceproto + +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 + |