summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-08-27 16:48:00 +0100
committerChristian Linhart <chris@demorecorder.com>2015-09-13 10:56:59 +0200
commit8d0c1007a7dd776f0163533464070731b6ebfc9b (patch)
treef6f43702ddbba86d1850fb062c80a7c95d0fa0b0
parent07e294a0106436de2ea221d227f27849d3d8ae74 (diff)
glx: Add IsEnabled request
Signed-off-by: Robert Ancell <robert.ancell@canonical.com> Reviewed-by: Peter Harris <pharris@opentext.com> Reviewed-by: Christian Linhart <chris@demorecorder.com>
-rw-r--r--src/glx.xml9
1 files changed, 9 insertions, 0 deletions
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" />