[Xcb-commit] xcb/proto: src

Christian Linhart clinhart at kemper.freedesktop.org
Sun Sep 13 01:59:15 PDT 2015


 src/glx.xml |    9 +++++++++
 1 file changed, 9 insertions(+)

New commits:
commit 8d0c1007a7dd776f0163533464070731b6ebfc9b
Author: Robert Ancell <robert.ancell at canonical.com>
Date:   Thu Aug 27 16:48:00 2015 +0100

    glx: Add IsEnabled request
    
    Signed-off-by: Robert Ancell <robert.ancell at canonical.com>
    Reviewed-by: Peter Harris <pharris at opentext.com>
    Reviewed-by: Christian Linhart <chris at demorecorder.com>

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" />


More information about the xcb-commit mailing list