[Xcb-commit] src
Peter Harris
peterh at kemper.freedesktop.org
Mon Mar 29 14:54:20 PDT 2010
src/xkb.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2d873a3dc8c0e1315be426da8054adb4188574b0
Author: Peter Harris <pharris at opentext.com>
Date: Mon Mar 29 15:26:38 2010 -0400
xkb: Fix opcode for Bell and GetState requests
Reviewed-by: Ian Osgood <iano at quirkster.com>
Signed-off-by: Peter Harris <pharris at opentext.com>
diff --git a/src/xkb.xml b/src/xkb.xml
index fb97ba4..33d3ea3 100644
--- a/src/xkb.xml
+++ b/src/xkb.xml
@@ -1127,7 +1127,7 @@ authorization from the authors.
</switch>
</request>
- <request name="Bell" opcode="2">
+ <request name="Bell" opcode="3">
<field name="deviceSpec" type="DeviceSpec" />
<field name="bellClass" type="BellClassSpec" />
<field name="bellID" type="IDSpec" />
@@ -1142,7 +1142,7 @@ authorization from the authors.
<field name="window" type="WINDOW" />
</request>
- <request name="GetState" opcode="3">
+ <request name="GetState" opcode="4">
<field name="deviceSpec" type="DeviceSpec" />
<pad bytes="2" />
<reply>
More information about the xcb-commit
mailing list