[Xcb] [PATCH 2/2] glx: Add IsEnabled request
Robert Ancell
robert.ancell at canonical.com
Thu Aug 27 08:48:00 PDT 2015
Signed-off-by: Robert Ancell <robert.ancell at canonical.com>
---
src/glx.xml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/glx.xml b/src/glx.xml
index 2a36daa..e0870f4 100644
--- a/src/glx.xml
+++ b/src/glx.xml
@@ -1086,6 +1086,15 @@ The patch that fixed this server bug in X.org CVS is here:
</reply>
</request>
+ <request name="IsEnabled" opcode="140" >
+ <field type="CONTEXT_TAG" name="context_tag" />
+ <field type="CARD32" name="capability" />
+ <reply>
+ <pad bytes="1" />
+ <field type="BOOL32" name="ret_val" />
+ </reply>
+ </request>
+
<request name="IsList" opcode="141" >
<field type="CONTEXT_TAG" name="context_tag" />
<field type="CARD32" name="list" />
--
2.5.0
More information about the Xcb
mailing list