[RFC][PATCH 0/5] XResource extension v1.2 implementation of XResQueryClientIds

Erkki Seppälä erkki.seppala at vincit.fi
Fri Dec 3 02:44:49 PST 2010


This set of patches contains a version of the document describing the
protocol extension that has been some updated to clarify the situation
on the versions 1.0/1.1/1.2. The patch against resourceproto also
includes all the extensions introduced in the document.

The patches against xserver and xlib implement the request
XResQueryClientIds of the extension.

RESproto v4:
 RESproto.txt |  456 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 456 insertions(+), 0 deletions(-)
 create mode 100644 RESproto.txt

resourceproto:
 XResproto.h |   90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 90 insertions(+), 0 deletions(-)

xserver:
 Xext/xres.c                 |  311 +++++++++++++++++++++++++++++++++++++++++++
 include/protocol-versions.h |    2 +-
 2 files changed, 312 insertions(+), 1 deletions(-)

xlib:
 include/X11/extensions/XRes.h |   47 +++++++++++++++++
 src/XRes.c                    |  115 ++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 161 insertions(+), 1 deletions(-)

xres-clientid-test:
 res-clientid-test.c |  140 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 140 insertions(+), 0 deletions(-)
 create mode 100644 res-clientid-test.c


More information about the xorg-devel mailing list