[Xcb-commit] src
Eamon Walsh
ewalsh at kemper.freedesktop.org
Tue Sep 2 14:52:29 PDT 2008
src/xselinux.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
New commits:
commit 91b5a1b56c744c2aa2740eb814d39ec48cbd27af
Author: Eamon Walsh <ewalsh at tycho.nsa.gov>
Date: Tue Sep 2 17:38:30 2008 -0400
xcb-xselinux: Add GetClientContext request.
diff --git a/src/xselinux.xml b/src/xselinux.xml
index 30a8a27..7751470 100644
--- a/src/xselinux.xml
+++ b/src/xselinux.xml
@@ -261,4 +261,16 @@ authorization from the authors.
</reply>
</request>
+ <request name="GetClientContext" opcode="22">
+ <field type="CARD32" name="resource" />
+ <reply>
+ <pad bytes="1" />
+ <field type="CARD32" name="context_len" />
+ <pad bytes="20" />
+ <list type="char" name="context">
+ <fieldref>context_len</fieldref>
+ </list>
+ </reply>
+ </request>
+
</xcb>
More information about the xcb-commit
mailing list